#AAD25D

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

Shades of Conifer #AAD25D

Tints of Conifer #AAD25D

Color information

#AAD25D (or 0xAAD25D) is unknown color: approx Conifer. HEX triplet: AA, D2 and 5D. RGB value is (170,210,93). Sum of RGB (Red+Green+Blue) = 170+210+93=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD25D is #552DA2. Grayscale: #B9B9B9. Windows color (decimal): -5582243 or 6148778. OLE color: 6148778.

HSL color Cylindrical-coordinate representation of color #AAD25D: hue angle of 80.51º 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 #AAD25D is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB17021093-
CMYK0.1900.560.18
HSL80.51º56.52%59.41%-
HSV(B)80.51º55.71%82.35%-
XYZ41.655.4318.86-
YUV184.776.25117.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 210 (82.42% from 255) = 44.40%
BLUE value IS 93 (36.72% from 255) = 19.66%
R=35.94%
G=44.40%
B=19.66%

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
Decimal170210930.1900.560.1880.5156.5259.41
HexAAD25D130381251393b
Octal25232213523070221217173
Binary10101010110100101011101100110111000100101010001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD25D; }

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

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

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

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

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

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

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

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