#AAF661

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

Shades of Conifer #AAF661

Tints of Conifer #AAF661

Color information

#AAF661 (or 0xAAF661) is unknown color: approx Conifer. HEX triplet: AA, F6 and 61. RGB value is (170,246,97). Sum of RGB (Red+Green+Blue) = 170+246+97=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF661 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF661 is #55099E. Grayscale: #CECECE. Windows color (decimal): -5573023 or 6420138. OLE color: 6420138.

HSL color Cylindrical-coordinate representation of color #AAF661: hue angle of 90.6º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAF661 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB17024697-
CMYK0.3100.610.04
HSL90.6º89.22%67.25%-
HSV(B)90.6º60.57%96.47%-
XYZ51.6975.3223.12-
YUV206.2966.32102.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 246 (96.48% from 255) = 47.95%
BLUE value IS 97 (38.28% from 255) = 18.91%
R=33.14%
G=47.95%
B=18.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal170246970.3100.610.0490.689.2267.25
HexAAF6611F03D45b5943
Octal252366141370754133131103
Binary10101010111101101100001111110111101100101101110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF661; }

 p { color: rgb(170,246,97); }

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

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

 a { background-color: rgb(170,246,97); }

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

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

 span { border-color: rgb(170,246,97); }

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