#8AF486

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

Shades of Light Green #8AF486

Tints of Light Green #8AF486

Color information

#8AF486 (or 0x8AF486) is unknown color: approx Light Green. HEX triplet: 8A, F4 and 86. RGB value is (138,244,134). Sum of RGB (Red+Green+Blue) = 138+244+134=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 244 - color contains mainly: green. Hex color #8AF486 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF486 is #750B79. Grayscale: #C8C8C8. Windows color (decimal): -7670650 or 8844426. OLE color: 8844426.

HSL color Cylindrical-coordinate representation of color #8AF486: hue angle of 117.82º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AF486 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB138244134-
CMYK0.4300.450.04
HSL117.82º83.33%74.12%-
HSV(B)117.82º45.08%95.69%-
XYZ47.1371.8333.93-
YUV199.7790.8883.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.74%
GREEN value IS 244 (95.70% from 255) = 47.29%
BLUE value IS 134 (52.73% from 255) = 25.97%
R=26.74%
G=47.29%
B=25.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1382441340.4300.450.04117.8283.3374.12
Hex8AF4862B02D476534a
Octal212364206530554166123112
Binary1000101011110100100001101010110101101100111011010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,244,134); }

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

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

 a { background-color: rgb(138,244,134); }

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

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

 span { border-color: rgb(138,244,134); }

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