#AAF963

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

Shades of Conifer #AAF963

Tints of Conifer #AAF963

Color information

#AAF963 (or 0xAAF963) is unknown color: approx Conifer. HEX triplet: AA, F9 and 63. RGB value is (170,249,99). Sum of RGB (Red+Green+Blue) = 170+249+99=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF963 is #55069C. Grayscale: #D0D0D0. Windows color (decimal): -5572253 or 6551978. OLE color: 6551978.

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

Color convert

RGB17024999-
CMYK0.3200.600.02
HSL91.6º92.59%68.24%-
HSV(B)91.6º60.24%97.65%-
XYZ52.7177.223.93-
YUV208.2866.33100.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 249 (97.66% from 255) = 48.07%
BLUE value IS 99 (39.06% from 255) = 19.11%
R=32.82%
G=48.07%
B=19.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal170249990.3200.600.0291.692.5968.24
HexAAF9632003C25c5d44
Octal252371143400742134135104
Binary10101010111110011100011100000011110010101110010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF963; }

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

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

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

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

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

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

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

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