#8FFA70

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

Shades of Light Green #8FFA70

Tints of Light Green #8FFA70

Color information

#8FFA70 (or 0x8FFA70) is unknown color: approx Light Green. HEX triplet: 8F, FA and 70. RGB value is (143,250,112). Sum of RGB (Red+Green+Blue) = 143+250+112=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FFA70 is #70058F. Grayscale: #CACACA. Windows color (decimal): -7341456 or 7404175. OLE color: 7404175.

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

Color convert

RGB143250112-
CMYK0.4300.550.02
HSL106.52º93.24%70.98%-
HSV(B)106.52º55.2%98.04%-
XYZ48.4475.3827.33-
YUV202.2877.0585.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.32%
GREEN value IS 250 (98.05% from 255) = 49.50%
BLUE value IS 112 (44.14% from 255) = 22.18%
R=28.32%
G=49.50%
B=22.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432501120.4300.550.02106.5293.2470.98
Hex8FFA702B03726b5d47
Octal217372160530672153135107
Binary10001111111110101110000101011011011110110101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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