#8AF085

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

Shades of Light Green #8AF085

Tints of Light Green #8AF085

Color information

#8AF085 (or 0x8AF085) is unknown color: approx Light Green. HEX triplet: 8A, F0 and 85. RGB value is (138,240,133). Sum of RGB (Red+Green+Blue) = 138+240+133=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF085 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF085 is #750F7A. Grayscale: #C5C5C5. Windows color (decimal): -7671675 or 8777866. OLE color: 8777866.

HSL color Cylindrical-coordinate representation of color #8AF085: hue angle of 117.2º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AF085 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB138240133-
CMYK0.4200.450.06
HSL117.2º78.1%73.14%-
HSV(B)117.2º44.58%94.12%-
XYZ45.8769.4233.17-
YUV197.391.7185.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.01%
GREEN value IS 240 (94.14% from 255) = 46.97%
BLUE value IS 133 (52.34% from 255) = 26.03%
R=27.01%
G=46.97%
B=26.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382401330.4200.450.06117.278.173.14
Hex8AF0852A02D6754e49
Octal212360205520556165116111
Binary1000101011110000100001011010100101101110111010110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,240,133); }

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

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

 a { background-color: rgb(138,240,133); }

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

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

 span { border-color: rgb(138,240,133); }

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