#8cea95

Color #8CEA95 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #8CEA95

Tints of Light Green #8CEA95

Color information

#8CEA95 (or 0x8CEA95) is unknown color: approx Light Green. HEX triplet: 8C, EA and 95. RGB value is (140,234,149). Sum of RGB (Red+Green+Blue) = 140+234+149=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEA95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEA95 is #73156A. Grayscale: #C4C4C4. Windows color (decimal): -7542123 or 9824908. OLE color: 9824908.

HSL color Cylindrical-coordinate representation of color #8CEA95: hue angle of 125.74º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEA95 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB140234149-
CMYK0.4000.360.08
HSL125.74º69.12%73.33%-
HSV(B)125.74º40.17%91.76%-
XYZ45.6666.5938.88-
YUV196.2101.3687.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.77%
GREEN value IS 234 (91.80% from 255) = 44.74%
BLUE value IS 149 (58.59% from 255) = 28.49%
R=26.77%
G=44.74%
B=28.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402341490.4000.360.08125.7469.1273.33
Hex8CEA952802487e4549
Octal2143522255004410176105111
Binary10001100111010101001010110100001001001000111111010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cea95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8cea95; }

 p { color: rgb(140,234,149); }

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

<style>
 a { background-color: #8cea95; }

 a { background-color: rgb(140,234,149); }

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

<style>
 span { border-color: #8cea95; }

 span { border-color: rgb(140,234,149); }

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