#08E185

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

Shades of Spring Green #08E185

Tints of Spring Green #08E185

Color information

#08E185 (or 0x08E185) is unknown color: approx Spring Green. HEX triplet: 08, E1 and 85. RGB value is (8,225,133). Sum of RGB (Red+Green+Blue) = 8+225+133=366 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 366); Green value is 225 (88.28% from 255 or 61.48% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 225 - color contains mainly: green. Hex color #08E185 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08E185 is #F71E7A. Grayscale: #959595. Windows color (decimal): -16195195 or 8773896. OLE color: 8773896.

HSL color Cylindrical-coordinate representation of color #08E185: hue angle of 154.56º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E185 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB8225133-
CMYK0.9600.410.12
HSL154.56º93.13%45.69%-
HSV(B)154.56º96.44%88.24%-
XYZ31.2655.631.27-
YUV149.63118.6126.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.19%
GREEN value IS 225 (88.28% from 255) = 61.48%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=2.19%
G=61.48%
B=36.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal82251330.9600.410.12154.5693.1345.69
Hex8E18560029C9b5d2e
Octal103412051400511423313556
Binary10001110000110000101110000001010011100100110111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08E185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08E185; }

 p { color: rgb(8,225,133); }

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

<style>
 a { background-color: #08E185; }

 a { background-color: rgb(8,225,133); }

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

<style>
 span { border-color: #08E185; }

 span { border-color: rgb(8,225,133); }

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