Html Css Color HEX #AAD452 Conifer

📋 copy color: '#AAD452'

red 170 ◦ green 212 ◦ blue 82

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

Shades of Conifer #AAD452

Tints of Conifer #AAD452

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.69%

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

R = 36.64%
G = 45.69%
B = 17.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#AAD452 (or 0xAAD452) is known color: Conifer. HEX triplet: AA, D4 and 52. RGB value is (170,212,82). Sum of RGB (Red+Green+Blue) = 170+212+82=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD452 is #552BAD. Grayscale: #B9B9B9. Windows color (decimal): -5581742 or 5428394. OLE color: 5428394.

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

Color convert

RGB 170 212 82 -
CMYK 0.20 0 0.61 0.17
HSL 79.38º 0.6% 0.58% -
HSV(B) 79.38º 0.61% 0.83% -
XYZ 41.64 56.24 16.64 -
YUV 184.62 70.09 117.57 -
System Red Green Blue C M Y K H S L
Decimal 170 212 82 0.20 0 0.61 0.17 79.38 0.6 0.58
Hex AA D4 52 14 0 3D 11 4F 3C 3A
Octal 252 324 122 24 0 75 21 117 74 72
Binary 10101010 11010100 1010010 10100 0 111101 10001 1001111 111100 111010

Color Harmonies of #AAD452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD452

Black with #AAD452

Text Example


Text Example

White with #AAD452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD452; }

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

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

background-color css

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

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

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

border-color css

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

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

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