Html Css Color HEX #AADD53 Conifer

📋 copy color: '#AADD53'

red 170 ◦ green 221 ◦ blue 83

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

Shades of Conifer #AADD53

Tints of Conifer #AADD53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.51%

R = 35.86%
G = 46.62%
B = 17.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#AADD53 (or 0xAADD53) is known color: Conifer. HEX triplet: AA, DD and 53. RGB value is (170,221,83). Sum of RGB (Red+Green+Blue) = 170+221+83=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 83 (32.81% from 255 or 17.51% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD53 is #5522AC. Grayscale: #BEBEBE. Windows color (decimal): -5579437 or 5496234. OLE color: 5496234.

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

Color convert

RGB 170 221 83 -
CMYK 0.23 0 0.62 0.13
HSL 82.17º 0.67% 0.6% -
HSV(B) 82.17º 0.62% 0.87% -
XYZ 44 60.88 17.62 -
YUV 190.02 67.6 113.72 -
System Red Green Blue C M Y K H S L
Decimal 170 221 83 0.23 0 0.62 0.13 82.17 0.67 0.6
Hex AA DD 53 17 0 3E D 52 43 3C
Octal 252 335 123 27 0 76 15 122 103 74
Binary 10101010 11011101 1010011 10111 0 111110 1101 1010010 1000011 111100

Color Harmonies of #AADD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD53

Black with #AADD53

Text Example


Text Example

White with #AADD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD53; }

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

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

background-color css

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

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

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

border-color css

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

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

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