#8CF28A

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

Shades of Light Green #8CF28A

Tints of Light Green #8CF28A

Color information

#8CF28A (or 0x8CF28A) is unknown color: approx Light Green. HEX triplet: 8C, F2 and 8A. RGB value is (140,242,138). Sum of RGB (Red+Green+Blue) = 140+242+138=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF28A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF28A is #730D75. Grayscale: #C7C7C7. Windows color (decimal): -7540086 or 9106060. OLE color: 9106060.

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

Color convert

RGB140242138-
CMYK0.4200.430.05
HSL118.85º80%74.51%-
HSV(B)118.85º42.98%94.9%-
XYZ47.1570.9135.25-
YUV199.6593.2185.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.92%
GREEN value IS 242 (94.92% from 255) = 46.54%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=26.92%
G=46.54%
B=26.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402421380.4200.430.05118.858074.51
Hex8CF28A2A02B577504b
Octal214362212520535167120113
Binary1000110011110010100010101010100101011101111011110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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