Html Css Color HEX #AADD48 Conifer

📋 copy color: '#AADD48'

red 170 ◦ green 221 ◦ blue 72

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

Shades of Conifer #AADD48

Tints of Conifer #AADD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.55%

R = 36.72%
G = 47.73%
B = 15.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#AADD48 (or 0xAADD48) is known color: Conifer. HEX triplet: AA, DD and 48. RGB value is (170,221,72). Sum of RGB (Red+Green+Blue) = 170+221+72=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD48 is #5522B7. Grayscale: #BDBDBD. Windows color (decimal): -5579448 or 4775338. OLE color: 4775338.

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

Color convert

RGB 170 221 72 -
CMYK 0.23 0 0.67 0.13
HSL 80.54º 0.69% 0.57% -
HSV(B) 80.54º 0.67% 0.87% -
XYZ 43.6 60.73 15.55 -
YUV 188.77 62.1 114.62 -
System Red Green Blue C M Y K H S L
Decimal 170 221 72 0.23 0 0.67 0.13 80.54 0.69 0.57
Hex AA DD 48 17 0 43 D 51 45 39
Octal 252 335 110 27 0 103 15 121 105 71
Binary 10101010 11011101 1001000 10111 0 1000011 1101 1010001 1000101 111001

Color Harmonies of #AADD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD48

Black with #AADD48

Text Example


Text Example

White with #AADD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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