Html Css Color HEX #AAD052 Conifer

📋 copy color: '#AAD052'

red 170 ◦ green 208 ◦ blue 82

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

Shades of Conifer #AAD052

Tints of Conifer #AAD052

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.22%

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

R = 36.96%
G = 45.22%
B = 17.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#AAD052 (or 0xAAD052) is known color: Conifer. HEX triplet: AA, D0 and 52. RGB value is (170,208,82). Sum of RGB (Red+Green+Blue) = 170+208+82=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD052 is #552FAD. Grayscale: #B6B6B6. Windows color (decimal): -5582766 or 5427370. OLE color: 5427370.

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

Color convert

RGB 170 208 82 -
CMYK 0.18 0 0.61 0.18
HSL 78.1º 0.57% 0.57% -
HSV(B) 78.1º 0.61% 0.82% -
XYZ 40.66 54.27 16.31 -
YUV 182.27 71.41 119.25 -
System Red Green Blue C M Y K H S L
Decimal 170 208 82 0.18 0 0.61 0.18 78.1 0.57 0.57
Hex AA D0 52 12 0 3D 12 4E 39 39
Octal 252 320 122 22 0 75 22 116 71 71
Binary 10101010 11010000 1010010 10010 0 111101 10010 1001110 111001 111001

Color Harmonies of #AAD052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD052

Black with #AAD052

Text Example


Text Example

White with #AAD052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD052; }

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

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

background-color css

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

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

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

border-color css

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

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

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