#0FEAB6

Color #0FEAB6 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #0FEAB6

Tints of Medium Spring Green #0FEAB6

Color information

#0FEAB6 (or 0x0FEAB6) is unknown color: approx Medium Spring Green. HEX triplet: 0F, EA and B6. RGB value is (15,234,182). Sum of RGB (Red+Green+Blue) = 15+234+182=431 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.48% from 431); Green value is 234 (91.80% from 255 or 54.29% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 234 - color contains mainly: green. Hex color #0FEAB6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEAB6 is #F01549. Grayscale: #A2A2A2. Windows color (decimal): -15734090 or 11987471. OLE color: 11987471.

HSL color Cylindrical-coordinate representation of color #0FEAB6: hue angle of 165.75º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEAB6 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB15234182-
CMYK0.9400.220.08
HSL165.75º87.95%48.82%-
HSV(B)165.75º93.59%91.76%-
XYZ38.0662.3254.28-
YUV162.59138.9522.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.48%
GREEN value IS 234 (91.80% from 255) = 54.29%
BLUE value IS 182 (71.48% from 255) = 42.23%
R=3.48%
G=54.29%
B=42.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal152341820.9400.220.08165.7587.9548.82
HexFEAB65E0168a65831
Octal173522661360261024613061
Binary1111111010101011011010111100101101000101001101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FEAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,234,182); }

 H1.HeaderClassName
 {
   color: #0FEAB6;
 }
 .AnyTagClassName
 {
   color: #0FEAB6;
 }
</style>
background-color css

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

 a { background-color: rgb(15,234,182); }

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

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

 span { border-color: rgb(15,234,182); }

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