Html Css Color HEX #AAD346 Conifer

📋 copy color: '#AAD346'

red 170 ◦ green 211 ◦ blue 70

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

Shades of Conifer #AAD346

Tints of Conifer #AAD346

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.78%

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

R = 37.69%
G = 46.78%
B = 15.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#AAD346 (or 0xAAD346) is known color: Conifer. HEX triplet: AA, D3 and 46. RGB value is (170,211,70). Sum of RGB (Red+Green+Blue) = 170+211+70=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD346 is #552CB9. Grayscale: #B7B7B7. Windows color (decimal): -5582010 or 4641706. OLE color: 4641706.

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

Color convert

RGB 170 211 70 -
CMYK 0.19 0 0.67 0.17
HSL 77.45º 0.62% 0.55% -
HSV(B) 77.45º 0.67% 0.83% -
XYZ 40.98 55.58 14.36 -
YUV 182.67 64.42 118.96 -
System Red Green Blue C M Y K H S L
Decimal 170 211 70 0.19 0 0.67 0.17 77.45 0.62 0.55
Hex AA D3 46 13 0 43 11 4D 3E 37
Octal 252 323 106 23 0 103 21 115 76 67
Binary 10101010 11010011 1000110 10011 0 1000011 10001 1001101 111110 110111

Color Harmonies of #AAD346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD346

Black with #AAD346

Text Example


Text Example

White with #AAD346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD346; }

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

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

background-color css

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

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

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

border-color css

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

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

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