Html Css Color HEX #AAD446 Conifer

📋 copy color: '#AAD446'

red 170 ◦ green 212 ◦ blue 70

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

Shades of Conifer #AAD446

Tints of Conifer #AAD446

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.9%

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

R = 37.61%
G = 46.9%
B = 15.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#AAD446 (or 0xAAD446) is known color: Conifer. HEX triplet: AA, D4 and 46. RGB value is (170,212,70). Sum of RGB (Red+Green+Blue) = 170+212+70=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD446 is #552BB9. Grayscale: #B7B7B7. Windows color (decimal): -5581754 or 4641962. OLE color: 4641962.

HSL color Cylindrical-coordinate representation of color #AAD446: hue angle of 77.75º 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 #AAD446 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 70 -
CMYK 0.20 0 0.67 0.17
HSL 77.75º 0.62% 0.55% -
HSV(B) 77.75º 0.67% 0.83% -
XYZ 41.23 56.08 14.45 -
YUV 183.25 64.09 118.55 -
System Red Green Blue C M Y K H S L
Decimal 170 212 70 0.20 0 0.67 0.17 77.75 0.62 0.55
Hex AA D4 46 14 0 43 11 4E 3E 37
Octal 252 324 106 24 0 103 21 116 76 67
Binary 10101010 11010100 1000110 10100 0 1000011 10001 1001110 111110 110111

Color Harmonies of #AAD446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD446

Black with #AAD446

Text Example


Text Example

White with #AAD446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD446; }

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

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

background-color css

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

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

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

border-color css

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

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

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