Html Css Color HEX #AAD356 Conifer

📋 copy color: '#AAD356'

red 170 ◦ green 211 ◦ blue 86

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

Shades of Conifer #AAD356

Tints of Conifer #AAD356

RGB

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

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

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

R = 36.4%
G = 45.18%
B = 18.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#AAD356 (or 0xAAD356) is known color: Conifer. HEX triplet: AA, D3 and 56. RGB value is (170,211,86). Sum of RGB (Red+Green+Blue) = 170+211+86=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD356 is #552CA9. Grayscale: #B8B8B8. Windows color (decimal): -5581994 or 5690282. OLE color: 5690282.

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

Color convert

RGB 170 211 86 -
CMYK 0.19 0 0.59 0.17
HSL 79.68º 0.59% 0.58% -
HSV(B) 79.68º 0.59% 0.83% -
XYZ 41.55 55.81 17.39 -
YUV 184.49 72.42 117.66 -
System Red Green Blue C M Y K H S L
Decimal 170 211 86 0.19 0 0.59 0.17 79.68 0.59 0.58
Hex AA D3 56 13 0 3B 11 50 3B 3A
Octal 252 323 126 23 0 73 21 120 73 72
Binary 10101010 11010011 1010110 10011 0 111011 10001 1010000 111011 111010

Color Harmonies of #AAD356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD356

Black with #AAD356

Text Example


Text Example

White with #AAD356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD356; }

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

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

background-color css

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

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

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

border-color css

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

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

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