Html Css Color HEX #AADB53 Conifer

📋 copy color: '#AADB53'

red 170 ◦ green 219 ◦ blue 83

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

Shades of Conifer #AADB53

Tints of Conifer #AADB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.58%

R = 36.02%
G = 46.4%
B = 17.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#AADB53 (or 0xAADB53) is known color: Conifer. HEX triplet: AA, DB and 53. RGB value is (170,219,83). Sum of RGB (Red+Green+Blue) = 170+219+83=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB53 is #5524AC. Grayscale: #BDBDBD. Windows color (decimal): -5579949 or 5495722. OLE color: 5495722.

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

Color convert

RGB 170 219 83 -
CMYK 0.22 0 0.62 0.14
HSL 81.62º 0.65% 0.59% -
HSV(B) 81.62º 0.62% 0.86% -
XYZ 43.47 59.83 17.44 -
YUV 188.85 68.27 114.56 -
System Red Green Blue C M Y K H S L
Decimal 170 219 83 0.22 0 0.62 0.14 81.62 0.65 0.59
Hex AA DB 53 16 0 3E E 52 41 3B
Octal 252 333 123 26 0 76 16 122 101 73
Binary 10101010 11011011 1010011 10110 0 111110 1110 1010010 1000001 111011

Color Harmonies of #AADB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB53

Black with #AADB53

Text Example


Text Example

White with #AADB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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