#AAD25A

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

Shades of Conifer #AAD25A

Tints of Conifer #AAD25A

Color information

#AAD25A (or 0xAAD25A) is unknown color: approx Conifer. HEX triplet: AA, D2 and 5A. RGB value is (170,210,90). Sum of RGB (Red+Green+Blue) = 170+210+90=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD25A is #552DA5. Grayscale: #B8B8B8. Windows color (decimal): -5582246 or 5952170. OLE color: 5952170.

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

Color convert

RGB17021090-
CMYK0.1900.570.18
HSL80º57.14%58.82%-
HSV(B)80º57.14%82.35%-
XYZ41.4755.3818.18-
YUV184.3674.75117.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 210 (82.42% from 255) = 44.68%
BLUE value IS 90 (35.55% from 255) = 19.15%
R=36.17%
G=44.68%
B=19.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170210900.1900.570.188057.1458.82
HexAAD25A130391250393b
Octal25232213223071221207173
Binary10101010110100101011010100110111001100101010000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD25A; }

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

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

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

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

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

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

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

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