#8FDC92

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

Shades of Light Green #8FDC92

Tints of Light Green #8FDC92

Color information

#8FDC92 (or 0x8FDC92) is unknown color: approx Light Green. HEX triplet: 8F, DC and 92. RGB value is (143,220,146). Sum of RGB (Red+Green+Blue) = 143+220+146=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDC92 is #70236D. Grayscale: #BCBCBC. Windows color (decimal): -7349102 or 9624719. OLE color: 9624719.

HSL color Cylindrical-coordinate representation of color #8FDC92: hue angle of 122.34º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDC92 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB143220146-
CMYK0.3500.340.14
HSL122.34º52.38%71.18%-
HSV(B)122.34º35%86.27%-
XYZ42.1159.136.38-
YUV188.54103.9995.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.09%
GREEN value IS 220 (86.33% from 255) = 43.22%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=28.09%
G=43.22%
B=28.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1432201460.3500.340.14122.3452.3871.18
Hex8FDC9223022E7a3447
Octal217334222430421617264107
Binary1000111111011100100100101000110100010111011110101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,220,146); }

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

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

 a { background-color: rgb(143,220,146); }

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

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

 span { border-color: rgb(143,220,146); }

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