Html Css Color HEX #AADB48 Conifer

📋 copy color: '#AADB48'

red 170 ◦ green 219 ◦ blue 72

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

Shades of Conifer #AADB48

Tints of Conifer #AADB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.62%

R = 36.88%
G = 47.51%
B = 15.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#AADB48 (or 0xAADB48) is known color: Conifer. HEX triplet: AA, DB and 48. RGB value is (170,219,72). Sum of RGB (Red+Green+Blue) = 170+219+72=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB48 is #5524B7. Grayscale: #BCBCBC. Windows color (decimal): -5579960 or 4774826. OLE color: 4774826.

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

Color convert

RGB 170 219 72 -
CMYK 0.22 0 0.67 0.14
HSL 80º 0.67% 0.57% -
HSV(B) 80º 0.67% 0.86% -
XYZ 43.08 59.68 15.38 -
YUV 187.59 62.77 115.45 -
System Red Green Blue C M Y K H S L
Decimal 170 219 72 0.22 0 0.67 0.14 80 0.67 0.57
Hex AA DB 48 16 0 43 E 50 43 39
Octal 252 333 110 26 0 103 16 120 103 71
Binary 10101010 11011011 1001000 10110 0 1000011 1110 1010000 1000011 111001

Color Harmonies of #AADB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB48

Black with #AADB48

Text Example


Text Example

White with #AADB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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