#9AF685

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

Shades of Light Green #9AF685

Tints of Light Green #9AF685

Color information

#9AF685 (or 0x9AF685) is unknown color: approx Light Green. HEX triplet: 9A, F6 and 85. RGB value is (154,246,133). Sum of RGB (Red+Green+Blue) = 154+246+133=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF685 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF685 is #65097A. Grayscale: #CDCDCD. Windows color (decimal): -6621563 or 8779418. OLE color: 8779418.

HSL color Cylindrical-coordinate representation of color #9AF685: hue angle of 108.85º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9AF685 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB154246133-
CMYK0.3700.460.04
HSL108.85º86.26%74.31%-
HSV(B)108.85º45.93%96.47%-
XYZ50.5274.4833.9-
YUV205.6187.0291.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.89%
GREEN value IS 246 (96.48% from 255) = 46.15%
BLUE value IS 133 (52.34% from 255) = 24.95%
R=28.89%
G=46.15%
B=24.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1542461330.3700.460.04108.8586.2674.31
Hex9AF6852502E46d564a
Octal232366205450564155126112
Binary1001101011110110100001011001010101110100110110110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,246,133); }

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

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

 a { background-color: rgb(154,246,133); }

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

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

 span { border-color: rgb(154,246,133); }

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