#8FFA85

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

Shades of Light Green #8FFA85

Tints of Light Green #8FFA85

Color information

#8FFA85 (or 0x8FFA85) is unknown color: approx Light Green. HEX triplet: 8F, FA and 85. RGB value is (143,250,133). Sum of RGB (Red+Green+Blue) = 143+250+133=526 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.19% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FFA85 is #70057A. Grayscale: #CDCDCD. Windows color (decimal): -7341435 or 8780431. OLE color: 8780431.

HSL color Cylindrical-coordinate representation of color #8FFA85: hue angle of 114.87º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FFA85 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB143250133-
CMYK0.4300.470.02
HSL114.87º92.13%75.1%-
HSV(B)114.87º46.8%98.04%-
XYZ49.7575.934.22-
YUV204.6787.5584.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.19%
GREEN value IS 250 (98.05% from 255) = 47.53%
BLUE value IS 133 (52.34% from 255) = 25.29%
R=27.19%
G=47.53%
B=25.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432501330.4300.470.02114.8792.1375.1
Hex8FFA852B02F2735c4b
Octal217372205530572163134113
Binary100011111111101010000101101011010111110111001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,250,133); }

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

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

 a { background-color: rgb(143,250,133); }

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

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

 span { border-color: rgb(143,250,133); }

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