#AAF45B

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

Shades of Conifer #AAF45B

Tints of Conifer #AAF45B

Color information

#AAF45B (or 0xAAF45B) is unknown color: approx Conifer. HEX triplet: AA, F4 and 5B. RGB value is (170,244,91). Sum of RGB (Red+Green+Blue) = 170+244+91=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF45B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF45B is #550BA4. Grayscale: #CCCCCC. Windows color (decimal): -5573541 or 6026410. OLE color: 6026410.

HSL color Cylindrical-coordinate representation of color #AAF45B: hue angle of 89.02º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAF45B is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB17024491-
CMYK0.3000.630.04
HSL89.02º87.43%65.69%-
HSV(B)89.02º62.7%95.69%-
XYZ50.827421.5-
YUV204.4363.98103.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 244 (95.70% from 255) = 48.32%
BLUE value IS 91 (35.94% from 255) = 18.02%
R=33.66%
G=48.32%
B=18.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal170244910.3000.630.0489.0287.4365.69
HexAAF45B1E03F4595742
Octal252364133360774131127102
Binary10101010111101001011011111100111111100101100110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF45B; }

 p { color: rgb(170,244,91); }

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

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

 a { background-color: rgb(170,244,91); }

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

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

 span { border-color: rgb(170,244,91); }

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