#8CF28E

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

Shades of Light Green #8CF28E

Tints of Light Green #8CF28E

Color information

#8CF28E (or 0x8CF28E) is unknown color: approx Light Green. HEX triplet: 8C, F2 and 8E. RGB value is (140,242,142). Sum of RGB (Red+Green+Blue) = 140+242+142=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF28E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF28E is #730D71. Grayscale: #C8C8C8. Windows color (decimal): -7540082 or 9368204. OLE color: 9368204.

HSL color Cylindrical-coordinate representation of color #8CF28E: hue angle of 121.18º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF28E is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB140242142-
CMYK0.4200.410.05
HSL121.18º79.69%74.9%-
HSV(B)121.18º42.15%94.9%-
XYZ47.4571.0336.8-
YUV200.195.2185.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.72%
GREEN value IS 242 (94.92% from 255) = 46.18%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=26.72%
G=46.18%
B=27.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402421420.4200.410.05121.1879.6974.9
Hex8CF28E2A029579504b
Octal214362216520515171120113
Binary1000110011110010100011101010100101001101111100110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,242,142); }

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

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

 a { background-color: rgb(140,242,142); }

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

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

 span { border-color: rgb(140,242,142); }

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