Html Css Color HEX #AADB4A Conifer

📋 copy color: '#AADB4A'

red 170 ◦ green 219 ◦ blue 74

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

Shades of Conifer #AADB4A

Tints of Conifer #AADB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.98%

R = 36.72%
G = 47.3%
B = 15.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#AADB4A (or 0xAADB4A) is known color: Conifer. HEX triplet: AA, DB and 4A. RGB value is (170,219,74). Sum of RGB (Red+Green+Blue) = 170+219+74=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB4A is #5524B5. Grayscale: #BCBCBC. Windows color (decimal): -5579958 or 4905898. OLE color: 4905898.

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

Color convert

RGB 170 219 74 -
CMYK 0.22 0 0.66 0.14
HSL 80.28º 0.67% 0.57% -
HSV(B) 80.28º 0.66% 0.86% -
XYZ 43.15 59.7 15.73 -
YUV 187.82 63.77 115.29 -
System Red Green Blue C M Y K H S L
Decimal 170 219 74 0.22 0 0.66 0.14 80.28 0.67 0.57
Hex AA DB 4A 16 0 42 E 50 43 39
Octal 252 333 112 26 0 102 16 120 103 71
Binary 10101010 11011011 1001010 10110 0 1000010 1110 1010000 1000011 111001

Color Harmonies of #AADB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB4A

Black with #AADB4A

Text Example


Text Example

White with #AADB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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