Html Css Color HEX #AADC52 Conifer

📋 copy color: '#AADC52'

red 170 ◦ green 220 ◦ blue 82

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

Shades of Conifer #AADC52

Tints of Conifer #AADC52

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.61%

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

R = 36.02%
G = 46.61%
B = 17.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#AADC52 (or 0xAADC52) is known color: Conifer. HEX triplet: AA, DC and 52. RGB value is (170,220,82). Sum of RGB (Red+Green+Blue) = 170+220+82=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC52 is #5523AD. Grayscale: #BDBDBD. Windows color (decimal): -5579694 or 5430442. OLE color: 5430442.

HSL color Cylindrical-coordinate representation of color #AADC52: hue angle of 81.74º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AADC52 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 82 -
CMYK 0.23 0 0.63 0.14
HSL 81.74º 0.66% 0.59% -
HSV(B) 81.74º 0.63% 0.86% -
XYZ 43.69 60.34 17.33 -
YUV 189.32 67.44 114.22 -
System Red Green Blue C M Y K H S L
Decimal 170 220 82 0.23 0 0.63 0.14 81.74 0.66 0.59
Hex AA DC 52 17 0 3F E 52 42 3B
Octal 252 334 122 27 0 77 16 122 102 73
Binary 10101010 11011100 1010010 10111 0 111111 1110 1010010 1000010 111011

Color Harmonies of #AADC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC52

Black with #AADC52

Text Example


Text Example

White with #AADC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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