Html Css Color HEX #AAD952 Conifer

📋 copy color: '#AAD952'

red 170 ◦ green 217 ◦ blue 82

#AAD952
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AAD952

Tints of Conifer #AAD952

RGB

 RED value IS 170 (66.8% from 255) = 36.25%

 GREEN value IS 217 (85.16% from 255) = 46.27%

 BLUE value IS 82 (32.42% from 255) = 17.48%

R = 36.25%
G = 46.27%
B = 17.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#AAD952 (or 0xAAD952) is known color: Conifer. HEX triplet: AA, D9 and 52. RGB value is (170,217,82). Sum of RGB (Red+Green+Blue) = 170+217+82=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD952 is #5526AD. Grayscale: #BCBCBC. Windows color (decimal): -5580462 or 5429674. OLE color: 5429674.

HSL color Cylindrical-coordinate representation of color #AAD952: hue angle of 80.89º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAD952 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 82 -
CMYK 0.22 0 0.62 0.15
HSL 80.89º 0.64% 0.59% -
HSV(B) 80.89º 0.62% 0.85% -
XYZ 42.91 58.78 17.07 -
YUV 187.56 68.43 115.48 -
System Red Green Blue C M Y K H S L
Decimal 170 217 82 0.22 0 0.62 0.15 80.89 0.64 0.59
Hex AA D9 52 16 0 3E F 51 40 3B
Octal 252 331 122 26 0 76 17 121 100 73
Binary 10101010 11011001 1010010 10110 0 111110 1111 1010001 1000000 111011

Color Harmonies of #AAD952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD952

Black with #AAD952

Text Example


Text Example

White with #AAD952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD952; }

 p { color: rgb(170,217,82); }

 H1.HeaderClassName
 {
   color: #AAD952;
 }
 .AnyTagClassName
 {
   color: #AAD952;
 }
</style>

background-color css

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

 a { background-color: rgb(170,217,82); }

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

border-color css

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

 span { border-color: rgb(170,217,82); }

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