Html Css Color HEX #AAD352 Conifer

📋 copy color: '#AAD352'

red 170 ◦ green 211 ◦ blue 82

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

Shades of Conifer #AAD352

Tints of Conifer #AAD352

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.57%

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

R = 36.72%
G = 45.57%
B = 17.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#AAD352 (or 0xAAD352) is known color: Conifer. HEX triplet: AA, D3 and 52. RGB value is (170,211,82). Sum of RGB (Red+Green+Blue) = 170+211+82=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD352 is #552CAD. Grayscale: #B8B8B8. Windows color (decimal): -5581998 or 5428138. OLE color: 5428138.

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

Color convert

RGB 170 211 82 -
CMYK 0.19 0 0.61 0.17
HSL 79.07º 0.59% 0.57% -
HSV(B) 79.07º 0.61% 0.83% -
XYZ 41.39 55.74 16.56 -
YUV 184.04 70.42 117.99 -
System Red Green Blue C M Y K H S L
Decimal 170 211 82 0.19 0 0.61 0.17 79.07 0.59 0.57
Hex AA D3 52 13 0 3D 11 4F 3B 39
Octal 252 323 122 23 0 75 21 117 73 71
Binary 10101010 11010011 1010010 10011 0 111101 10001 1001111 111011 111001

Color Harmonies of #AAD352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD352

Black with #AAD352

Text Example


Text Example

White with #AAD352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD352; }

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

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

background-color css

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

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

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

border-color css

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

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

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