Html Css Color HEX #AADB50 Conifer

📋 copy color: '#AADB50'

red 170 ◦ green 219 ◦ blue 80

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

Shades of Conifer #AADB50

Tints of Conifer #AADB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.06%

R = 36.25%
G = 46.7%
B = 17.06%

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

#AADB50 (or 0xAADB50) is known color: Conifer. HEX triplet: AA, DB and 50. RGB value is (170,219,80). Sum of RGB (Red+Green+Blue) = 170+219+80=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB50 is #5524AF. Grayscale: #BDBDBD. Windows color (decimal): -5579952 or 5299114. OLE color: 5299114.

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

Color convert

RGB 170 219 80 -
CMYK 0.22 0 0.63 0.14
HSL 81.15º 0.66% 0.59% -
HSV(B) 81.15º 0.63% 0.86% -
XYZ 43.36 59.79 16.84 -
YUV 188.5 66.77 114.8 -
System Red Green Blue C M Y K H S L
Decimal 170 219 80 0.22 0 0.63 0.14 81.15 0.66 0.59
Hex AA DB 50 16 0 3F E 51 42 3B
Octal 252 333 120 26 0 77 16 121 102 73
Binary 10101010 11011011 1010000 10110 0 111111 1110 1010001 1000010 111011

Color Harmonies of #AADB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB50

Black with #AADB50

Text Example


Text Example

White with #AADB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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