Html Css Color HEX #0AF28F Medium Spring Green

📋 copy color: '#0AF28F'

red 10 ◦ green 242 ◦ blue 143

#0AF28F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #0AF28F

Tints of Medium Spring Green #0AF28F

RGB

 RED value IS 10 (4.3% from 255) = 2.53%

 GREEN value IS 242 (94.92% from 255) = 61.27%

 BLUE value IS 143 (56.25% from 255) = 36.2%

R = 2.53%
G = 61.27%
B = 36.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0AF28F (or 0x0AF28F) is known color: Medium Spring Green. HEX triplet: 0A, F2 and 8F. RGB value is (10,242,143). Sum of RGB (Red+Green+Blue) = 10+242+143=395 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 395); Green value is 242 (94.92% from 255 or 61.27% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF28F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF28F is #F50D70. Grayscale: #A1A1A1. Windows color (decimal): -16059761 or 9433610. OLE color: 9433610.

HSL color Cylindrical-coordinate representation of color #0AF28F: hue angle of 154.4º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF28F is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 242 143 -
CMYK 0.96 0 0.41 0.05
HSL 154.4º 0.92% 0.49% -
HSV(B) 154.4º 0.96% 0.95% -
XYZ 36.84 65.55 36.7 -
YUV 161.35 117.64 20.05 -
System Red Green Blue C M Y K H S L
Decimal 10 242 143 0.96 0 0.41 0.05 154.4 0.92 0.49
Hex A F2 8F 60 0 29 5 9A 5C 31
Octal 12 362 217 140 0 51 5 232 134 61
Binary 1010 11110010 10001111 1100000 0 101001 101 10011010 1011100 110001

Color Harmonies of #0AF28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF28F

Black with #0AF28F

Text Example


Text Example

White with #0AF28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AF28F; }

 p { color: rgb(10,242,143); }

 H1.HeaderClassName
 {
   color: #0AF28F;
 }
 .AnyTagClassName
 {
   color: #0AF28F;
 }
</style>

background-color css

<style>
 a { background-color: #0AF28F; }

 a { background-color: rgb(10,242,143); }

 div.DivClassName
 {
   background-color: #0AF28F;
 }
 .BgClassName
 {
   background-color: #0AF28F;
 }
</style>

border-color css

<style>
 span { border-color: #0AF28F; }

 span { border-color: rgb(10,242,143); }

 td.TdClassName
 {
   border-color: #0AF28F;
 }
 .TagClassName
 {
   border-color: #0AF28F;
 }
</style>