#AAF655

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

Shades of Conifer #AAF655

Tints of Conifer #AAF655

Color information

#AAF655 (or 0xAAF655) is unknown color: approx Conifer. HEX triplet: AA, F6 and 55. RGB value is (170,246,85). Sum of RGB (Red+Green+Blue) = 170+246+85=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF655 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF655 is #5509AA. Grayscale: #CDCDCD. Windows color (decimal): -5573035 or 5633706. OLE color: 5633706.

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

Color convert

RGB17024685-
CMYK0.3100.650.04
HSL88.32º89.94%64.9%-
HSV(B)88.32º65.45%96.47%-
XYZ51.1775.1120.4-
YUV204.9260.32103.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 246 (96.48% from 255) = 49.10%
BLUE value IS 85 (33.59% from 255) = 16.97%
R=33.93%
G=49.10%
B=16.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal170246850.3100.650.0488.3289.9464.9
HexAAF6551F0414585a41
Octal2523661253701014130132101
Binary101010101111011010101011111101000001100101100010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF655; }

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

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

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

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

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

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

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

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