Html Css Color HEX #AADD50 Conifer

📋 copy color: '#AADD50'

red 170 ◦ green 221 ◦ blue 80

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

Shades of Conifer #AADD50

Tints of Conifer #AADD50

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.92%

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

R = 36.09%
G = 46.92%
B = 16.99%

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

#AADD50 (or 0xAADD50) is known color: Conifer. HEX triplet: AA, DD and 50. RGB value is (170,221,80). Sum of RGB (Red+Green+Blue) = 170+221+80=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD50 is #5522AF. Grayscale: #BEBEBE. Windows color (decimal): -5579440 or 5299626. OLE color: 5299626.

HSL color Cylindrical-coordinate representation of color #AADD50: hue angle of 81.7º degrees, saturation: 0.67, 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 #AADD50 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 80 -
CMYK 0.23 0 0.64 0.13
HSL 81.7º 0.67% 0.59% -
HSV(B) 81.7º 0.64% 0.87% -
XYZ 43.88 60.84 17.02 -
YUV 189.68 66.1 113.96 -
System Red Green Blue C M Y K H S L
Decimal 170 221 80 0.23 0 0.64 0.13 81.7 0.67 0.59
Hex AA DD 50 17 0 40 D 52 43 3B
Octal 252 335 120 27 0 100 15 122 103 73
Binary 10101010 11011101 1010000 10111 0 1000000 1101 1010010 1000011 111011

Color Harmonies of #AADD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD50

Black with #AADD50

Text Example


Text Example

White with #AADD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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