Html Css Color HEX #AAD646 Conifer

📋 copy color: '#AAD646'

red 170 ◦ green 214 ◦ blue 70

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

Shades of Conifer #AAD646

Tints of Conifer #AAD646

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.14%

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

R = 37.44%
G = 47.14%
B = 15.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#AAD646 (or 0xAAD646) is known color: Conifer. HEX triplet: AA, D6 and 46. RGB value is (170,214,70). Sum of RGB (Red+Green+Blue) = 170+214+70=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD646 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD646 is #5529B9. Grayscale: #B8B8B8. Windows color (decimal): -5581242 or 4642474. OLE color: 4642474.

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

Color convert

RGB 170 214 70 -
CMYK 0.21 0 0.67 0.16
HSL 78.33º 0.64% 0.56% -
HSV(B) 78.33º 0.67% 0.84% -
XYZ 41.73 57.08 14.61 -
YUV 184.43 63.42 117.71 -
System Red Green Blue C M Y K H S L
Decimal 170 214 70 0.21 0 0.67 0.16 78.33 0.64 0.56
Hex AA D6 46 15 0 43 10 4E 40 38
Octal 252 326 106 25 0 103 20 116 100 70
Binary 10101010 11010110 1000110 10101 0 1000011 10000 1001110 1000000 111000

Color Harmonies of #AAD646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD646

Black with #AAD646

Text Example


Text Example

White with #AAD646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD646; }

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

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

background-color css

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

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

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

border-color css

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

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

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