Html Css Color HEX #AAD246 Conifer

📋 copy color: '#AAD246'

red 170 ◦ green 210 ◦ blue 70

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

Shades of Conifer #AAD246

Tints of Conifer #AAD246

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.67%

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

R = 37.78%
G = 46.67%
B = 15.56%

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

#AAD246 (or 0xAAD246) is known color: Conifer. HEX triplet: AA, D2 and 46. RGB value is (170,210,70). Sum of RGB (Red+Green+Blue) = 170+210+70=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD246 is #552DB9. Grayscale: #B6B6B6. Windows color (decimal): -5582266 or 4641450. OLE color: 4641450.

HSL color Cylindrical-coordinate representation of color #AAD246: hue angle of 77.14º degrees, saturation: 0.61, 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 #AAD246 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 70 -
CMYK 0.19 0 0.67 0.18
HSL 77.14º 0.61% 0.55% -
HSV(B) 77.14º 0.67% 0.82% -
XYZ 40.73 55.08 14.28 -
YUV 182.08 64.75 119.38 -
System Red Green Blue C M Y K H S L
Decimal 170 210 70 0.19 0 0.67 0.18 77.14 0.61 0.55
Hex AA D2 46 13 0 43 12 4D 3D 37
Octal 252 322 106 23 0 103 22 115 75 67
Binary 10101010 11010010 1000110 10011 0 1000011 10010 1001101 111101 110111

Color Harmonies of #AAD246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD246

Black with #AAD246

Text Example


Text Example

White with #AAD246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD246; }

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

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

background-color css

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

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

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

border-color css

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

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

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