Html Css Color HEX #AAD848 Conifer

📋 copy color: '#AAD848'

red 170 ◦ green 216 ◦ blue 72

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

Shades of Conifer #AAD848

Tints of Conifer #AAD848

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.16%

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

R = 37.12%
G = 47.16%
B = 15.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#AAD848 (or 0xAAD848) is known color: Conifer. HEX triplet: AA, D8 and 48. RGB value is (170,216,72). Sum of RGB (Red+Green+Blue) = 170+216+72=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD848 is #5527B7. Grayscale: #BABABA. Windows color (decimal): -5580728 or 4774058. OLE color: 4774058.

HSL color Cylindrical-coordinate representation of color #AAD848: hue angle of 79.17º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAD848 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 72 -
CMYK 0.21 0 0.67 0.15
HSL 79.17º 0.65% 0.56% -
HSV(B) 79.17º 0.67% 0.85% -
XYZ 42.3 58.13 15.12 -
YUV 185.83 63.76 116.71 -
System Red Green Blue C M Y K H S L
Decimal 170 216 72 0.21 0 0.67 0.15 79.17 0.65 0.56
Hex AA D8 48 15 0 43 F 4F 41 38
Octal 252 330 110 25 0 103 17 117 101 70
Binary 10101010 11011000 1001000 10101 0 1000011 1111 1001111 1000001 111000

Color Harmonies of #AAD848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD848

Black with #AAD848

Text Example


Text Example

White with #AAD848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD848; }

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

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

background-color css

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

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

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

border-color css

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

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

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