#0FEAB5

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

Shades of Medium Spring Green #0FEAB5

Tints of Medium Spring Green #0FEAB5

Color information

#0FEAB5 (or 0x0FEAB5) is unknown color: approx Medium Spring Green. HEX triplet: 0F, EA and B5. RGB value is (15,234,181). Sum of RGB (Red+Green+Blue) = 15+234+181=430 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.49% from 430); Green value is 234 (91.80% from 255 or 54.42% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 234 - color contains mainly: green. Hex color #0FEAB5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEAB5 is #F0154A. Grayscale: #A2A2A2. Windows color (decimal): -15734091 or 11921935. OLE color: 11921935.

HSL color Cylindrical-coordinate representation of color #0FEAB5: hue angle of 165.48º 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 #0FEAB5 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB15234181-
CMYK0.9400.230.08
HSL165.48º87.95%48.82%-
HSV(B)165.48º93.59%91.76%-
XYZ37.9662.2853.74-
YUV162.48138.4522.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.49%
GREEN value IS 234 (91.80% from 255) = 54.42%
BLUE value IS 181 (71.09% from 255) = 42.09%
R=3.49%
G=54.42%
B=42.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal152341810.9400.230.08165.4887.9548.82
HexFEAB55E0178a55831
Octal173522651360271024513061
Binary1111111010101011010110111100101111000101001011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FEAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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