Html Css Color HEX #AADC48 Conifer

📋 copy color: '#AADC48'

red 170 ◦ green 220 ◦ blue 72

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

Shades of Conifer #AADC48

Tints of Conifer #AADC48

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.62%

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

R = 36.8%
G = 47.62%
B = 15.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#AADC48 (or 0xAADC48) is known color: Conifer. HEX triplet: AA, DC and 48. RGB value is (170,220,72). Sum of RGB (Red+Green+Blue) = 170+220+72=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC48 is #5523B7. Grayscale: #BCBCBC. Windows color (decimal): -5579704 or 4775082. OLE color: 4775082.

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

Color convert

RGB 170 220 72 -
CMYK 0.23 0 0.67 0.14
HSL 80.27º 0.68% 0.57% -
HSV(B) 80.27º 0.67% 0.86% -
XYZ 43.34 60.2 15.47 -
YUV 188.18 62.44 115.03 -
System Red Green Blue C M Y K H S L
Decimal 170 220 72 0.23 0 0.67 0.14 80.27 0.68 0.57
Hex AA DC 48 17 0 43 E 50 44 39
Octal 252 334 110 27 0 103 16 120 104 71
Binary 10101010 11011100 1001000 10111 0 1000011 1110 1010000 1000100 111001

Color Harmonies of #AADC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC48

Black with #AADC48

Text Example


Text Example

White with #AADC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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