#AAF962

Color #AAF962 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AAF962

Tints of Conifer #AAF962

Color information

#AAF962 (or 0xAAF962) is unknown color: approx Conifer. HEX triplet: AA, F9 and 62. RGB value is (170,249,98). Sum of RGB (Red+Green+Blue) = 170+249+98=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF962 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF962 is #55069D. Grayscale: #D0D0D0. Windows color (decimal): -5572254 or 6486442. OLE color: 6486442.

HSL color Cylindrical-coordinate representation of color #AAF962: hue angle of 91.39º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAF962 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB17024998-
CMYK0.3200.610.02
HSL91.39º92.64%68.04%-
HSV(B)91.39º60.64%97.65%-
XYZ52.6677.1823.68-
YUV208.1665.83100.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 249 (97.66% from 255) = 48.16%
BLUE value IS 98 (38.67% from 255) = 18.96%
R=32.88%
G=48.16%
B=18.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal170249980.3200.610.0291.3992.6468.04
HexAAF9622003D25b5d44
Octal252371142400752133135104
Binary10101010111110011100010100000011110110101101110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF962; }

 p { color: rgb(170,249,98); }

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

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

 a { background-color: rgb(170,249,98); }

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

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

 span { border-color: rgb(170,249,98); }

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