#9AF286

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

Shades of Light Green #9AF286

Tints of Light Green #9AF286

Color information

#9AF286 (or 0x9AF286) is unknown color: approx Light Green. HEX triplet: 9A, F2 and 86. RGB value is (154,242,134). Sum of RGB (Red+Green+Blue) = 154+242+134=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF286 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF286 is #650D79. Grayscale: #CBCBCB. Windows color (decimal): -6622586 or 8843930. OLE color: 8843930.

HSL color Cylindrical-coordinate representation of color #9AF286: hue angle of 108.89º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9AF286 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB154242134-
CMYK0.3600.450.05
HSL108.89º80.6%73.73%-
HSV(B)108.89º44.63%94.9%-
XYZ49.3872.133.87-
YUV203.3888.8592.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.06%
GREEN value IS 242 (94.92% from 255) = 45.66%
BLUE value IS 134 (52.73% from 255) = 25.28%
R=29.06%
G=45.66%
B=25.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542421340.3600.450.05108.8980.673.73
Hex9AF2862402D56d514a
Octal232362206440555155121112
Binary1001101011110010100001101001000101101101110110110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AF286; }

 p { color: rgb(154,242,134); }

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

<style>
 a { background-color: #9AF286; }

 a { background-color: rgb(154,242,134); }

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

<style>
 span { border-color: #9AF286; }

 span { border-color: rgb(154,242,134); }

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