Html Css Color HEX #AADE50 Conifer

📋 copy color: '#AADE50'

red 170 ◦ green 222 ◦ blue 80

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

Shades of Conifer #AADE50

Tints of Conifer #AADE50

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.03%

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

R = 36.02%
G = 47.03%
B = 16.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#AADE50 (or 0xAADE50) is known color: Conifer. HEX triplet: AA, DE and 50. RGB value is (170,222,80). Sum of RGB (Red+Green+Blue) = 170+222+80=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE50 is #5521AF. Grayscale: #BEBEBE. Windows color (decimal): -5579184 or 5299882. OLE color: 5299882.

HSL color Cylindrical-coordinate representation of color #AADE50: hue angle of 81.97º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AADE50 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 80 -
CMYK 0.23 0 0.64 0.13
HSL 81.97º 0.68% 0.59% -
HSV(B) 81.97º 0.64% 0.87% -
XYZ 44.15 61.37 17.11 -
YUV 190.26 65.77 113.55 -
System Red Green Blue C M Y K H S L
Decimal 170 222 80 0.23 0 0.64 0.13 81.97 0.68 0.59
Hex AA DE 50 17 0 40 D 52 44 3B
Octal 252 336 120 27 0 100 15 122 104 73
Binary 10101010 11011110 1010000 10111 0 1000000 1101 1010010 1000100 111011

Color Harmonies of #AADE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE50

Black with #AADE50

Text Example


Text Example

White with #AADE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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