#8CF288

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

Shades of Light Green #8CF288

Tints of Light Green #8CF288

Color information

#8CF288 (or 0x8CF288) is unknown color: approx Light Green. HEX triplet: 8C, F2 and 88. RGB value is (140,242,136). Sum of RGB (Red+Green+Blue) = 140+242+136=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF288 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF288 is #730D77. Grayscale: #C7C7C7. Windows color (decimal): -7540088 or 8974988. OLE color: 8974988.

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

Color convert

RGB140242136-
CMYK0.4200.440.05
HSL117.74º80.3%74.12%-
HSV(B)117.74º43.8%94.9%-
XYZ47.0170.8634.49-
YUV199.4292.2185.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.03%
GREEN value IS 242 (94.92% from 255) = 46.72%
BLUE value IS 136 (53.52% from 255) = 26.25%
R=27.03%
G=46.72%
B=26.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402421360.4200.440.05117.7480.374.12
Hex8CF2882A02C576504a
Octal214362210520545166120112
Binary1000110011110010100010001010100101100101111011010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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