#AAFB69

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

Shades of Conifer #AAFB69

Tints of Conifer #AAFB69

Color information

#AAFB69 (or 0xAAFB69) is unknown color: approx Conifer. HEX triplet: AA, FB and 69. RGB value is (170,251,105). Sum of RGB (Red+Green+Blue) = 170+251+105=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFB69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFB69 is #550496. Grayscale: #D2D2D2. Windows color (decimal): -5571735 or 6945706. OLE color: 6945706.

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

Color convert

RGB170251105-
CMYK0.3200.580.02
HSL93.29º94.81%69.8%-
HSV(B)93.29º58.17%98.43%-
XYZ53.6278.5625.7-
YUV210.1468.6699.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 251 (98.44% from 255) = 47.72%
BLUE value IS 105 (41.41% from 255) = 19.96%
R=32.32%
G=47.72%
B=19.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702511050.3200.580.0293.2994.8169.8
HexAAFB692003A25d5f46
Octal252373151400722135137106
Binary10101010111110111101001100000011101010101110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFB69; }

 p { color: rgb(170,251,105); }

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

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

 a { background-color: rgb(170,251,105); }

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

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

 span { border-color: rgb(170,251,105); }

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