Html Css Color HEX #AADB52 Conifer

📋 copy color: '#AADB52'

red 170 ◦ green 219 ◦ blue 82

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

Shades of Conifer #AADB52

Tints of Conifer #AADB52

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.5%

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

R = 36.09%
G = 46.5%
B = 17.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#AADB52 (or 0xAADB52) is known color: Conifer. HEX triplet: AA, DB and 52. RGB value is (170,219,82). Sum of RGB (Red+Green+Blue) = 170+219+82=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB52 is #5524AD. Grayscale: #BDBDBD. Windows color (decimal): -5579950 or 5430186. OLE color: 5430186.

HSL color Cylindrical-coordinate representation of color #AADB52: hue angle of 81.46º 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 #AADB52 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 82 -
CMYK 0.22 0 0.63 0.14
HSL 81.46º 0.66% 0.59% -
HSV(B) 81.46º 0.63% 0.86% -
XYZ 43.43 59.82 17.24 -
YUV 188.73 67.77 114.64 -
System Red Green Blue C M Y K H S L
Decimal 170 219 82 0.22 0 0.63 0.14 81.46 0.66 0.59
Hex AA DB 52 16 0 3F E 51 42 3B
Octal 252 333 122 26 0 77 16 121 102 73
Binary 10101010 11011011 1010010 10110 0 111111 1110 1010001 1000010 111011

Color Harmonies of #AADB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB52

Black with #AADB52

Text Example


Text Example

White with #AADB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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