#AAD25C

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

Shades of Conifer #AAD25C

Tints of Conifer #AAD25C

Color information

#AAD25C (or 0xAAD25C) is unknown color: approx Conifer. HEX triplet: AA, D2 and 5C. RGB value is (170,210,92). Sum of RGB (Red+Green+Blue) = 170+210+92=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD25C is #552DA3. Grayscale: #B9B9B9. Windows color (decimal): -5582244 or 6083242. OLE color: 6083242.

HSL color Cylindrical-coordinate representation of color #AAD25C: hue angle of 80.34º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAD25C is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB17021092-
CMYK0.1900.560.18
HSL80.34º56.73%59.22%-
HSV(B)80.34º56.19%82.35%-
XYZ41.5655.4118.63-
YUV184.5975.75117.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 210 (82.42% from 255) = 44.49%
BLUE value IS 92 (36.33% from 255) = 19.49%
R=36.02%
G=44.49%
B=19.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170210920.1900.560.1880.3456.7359.22
HexAAD25C130381250393b
Octal25232213423070221207173
Binary10101010110100101011100100110111000100101010000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD25C; }

 p { color: rgb(170,210,92); }

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

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

 a { background-color: rgb(170,210,92); }

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

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

 span { border-color: rgb(170,210,92); }

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