Html Css Color HEX #AAD146 Conifer

📋 copy color: '#AAD146'

red 170 ◦ green 209 ◦ blue 70

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

Shades of Conifer #AAD146

Tints of Conifer #AAD146

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.55%

 BLUE value IS 70 (27.73% from 255) = 15.59%

R = 37.86%
G = 46.55%
B = 15.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#AAD146 (or 0xAAD146) is known color: Conifer. HEX triplet: AA, D1 and 46. RGB value is (170,209,70). Sum of RGB (Red+Green+Blue) = 170+209+70=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD146 is #552EB9. Grayscale: #B6B6B6. Windows color (decimal): -5582522 or 4641194. OLE color: 4641194.

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

Color convert

RGB 170 209 70 -
CMYK 0.19 0 0.67 0.18
HSL 76.83º 0.6% 0.55% -
HSV(B) 76.83º 0.67% 0.82% -
XYZ 40.48 54.59 14.2 -
YUV 181.49 65.08 119.8 -
System Red Green Blue C M Y K H S L
Decimal 170 209 70 0.19 0 0.67 0.18 76.83 0.6 0.55
Hex AA D1 46 13 0 43 12 4D 3C 37
Octal 252 321 106 23 0 103 22 115 74 67
Binary 10101010 11010001 1000110 10011 0 1000011 10010 1001101 111100 110111

Color Harmonies of #AAD146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD146

Black with #AAD146

Text Example


Text Example

White with #AAD146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD146; }

 p { color: rgb(170,209,70); }

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

background-color css

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

 a { background-color: rgb(170,209,70); }

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

border-color css

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

 span { border-color: rgb(170,209,70); }

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