Html Css Color HEX #AAD048 Conifer

📋 copy color: '#AAD048'

red 170 ◦ green 208 ◦ blue 72

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

Shades of Conifer #AAD048

Tints of Conifer #AAD048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.22%

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

R = 37.78%
G = 46.22%
B = 16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#AAD048 (or 0xAAD048) is known color: Conifer. HEX triplet: AA, D0 and 48. RGB value is (170,208,72). Sum of RGB (Red+Green+Blue) = 170+208+72=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD048 is #552FB7. Grayscale: #B5B5B5. Windows color (decimal): -5582776 or 4772010. OLE color: 4772010.

HSL color Cylindrical-coordinate representation of color #AAD048: hue angle of 76.76º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAD048 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 72 -
CMYK 0.18 0 0.65 0.18
HSL 76.76º 0.59% 0.55% -
HSV(B) 76.76º 0.65% 0.82% -
XYZ 40.3 54.13 14.45 -
YUV 181.13 66.41 120.06 -
System Red Green Blue C M Y K H S L
Decimal 170 208 72 0.18 0 0.65 0.18 76.76 0.59 0.55
Hex AA D0 48 12 0 41 12 4D 3B 37
Octal 252 320 110 22 0 101 22 115 73 67
Binary 10101010 11010000 1001000 10010 0 1000001 10010 1001101 111011 110111

Color Harmonies of #AAD048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD048

Black with #AAD048

Text Example


Text Example

White with #AAD048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD048; }

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

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

background-color css

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

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

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

border-color css

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

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

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