Html Css Color HEX #AADB46 Conifer

📋 copy color: '#AADB46'

red 170 ◦ green 219 ◦ blue 70

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

Shades of Conifer #AADB46

Tints of Conifer #AADB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.25%

R = 37.04%
G = 47.71%
B = 15.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#AADB46 (or 0xAADB46) is known color: Conifer. HEX triplet: AA, DB and 46. RGB value is (170,219,70). Sum of RGB (Red+Green+Blue) = 170+219+70=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB46 is #5524B9. Grayscale: #BBBBBB. Windows color (decimal): -5579962 or 4643754. OLE color: 4643754.

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

Color convert

RGB 170 219 70 -
CMYK 0.22 0 0.68 0.14
HSL 79.73º 0.67% 0.57% -
HSV(B) 79.73º 0.68% 0.86% -
XYZ 43.01 59.65 15.04 -
YUV 187.36 61.77 115.62 -
System Red Green Blue C M Y K H S L
Decimal 170 219 70 0.22 0 0.68 0.14 79.73 0.67 0.57
Hex AA DB 46 16 0 44 E 50 43 39
Octal 252 333 106 26 0 104 16 120 103 71
Binary 10101010 11011011 1000110 10110 0 1000100 1110 1010000 1000011 111001

Color Harmonies of #AADB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB46

Black with #AADB46

Text Example


Text Example

White with #AADB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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