Html Css Color HEX #AAD656 Conifer

📋 copy color: '#AAD656'

red 170 ◦ green 214 ◦ blue 86

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

Shades of Conifer #AAD656

Tints of Conifer #AAD656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.3%

R = 36.17%
G = 45.53%
B = 18.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#AAD656 (or 0xAAD656) is known color: Conifer. HEX triplet: AA, D6 and 56. RGB value is (170,214,86). Sum of RGB (Red+Green+Blue) = 170+214+86=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD656 is #5529A9. Grayscale: #BABABA. Windows color (decimal): -5581226 or 5691050. OLE color: 5691050.

HSL color Cylindrical-coordinate representation of color #AAD656: hue angle of 80.62º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAD656 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 86 -
CMYK 0.21 0 0.60 0.16
HSL 80.63º 0.61% 0.59% -
HSV(B) 80.63º 0.6% 0.84% -
XYZ 42.3 57.31 17.64 -
YUV 186.25 71.42 116.41 -
System Red Green Blue C M Y K H S L
Decimal 170 214 86 0.21 0 0.60 0.16 80.63 0.61 0.59
Hex AA D6 56 15 0 3C 10 51 3D 3B
Octal 252 326 126 25 0 74 20 121 75 73
Binary 10101010 11010110 1010110 10101 0 111100 10000 1010001 111101 111011

Color Harmonies of #AAD656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD656

Black with #AAD656

Text Example


Text Example

White with #AAD656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD656; }

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

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

background-color css

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

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

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

border-color css

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

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

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