#aad361

Color #AAD361 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AAD361

Tints of Conifer #AAD361

Color information

#AAD361 (or 0xAAD361) is unknown color: approx Conifer. HEX triplet: AA, D3 and 61. RGB value is (170,211,97). Sum of RGB (Red+Green+Blue) = 170+211+97=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD361 is #552C9E. Grayscale: #BABABA. Windows color (decimal): -5581983 or 6411178. OLE color: 6411178.

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

Color convert

RGB17021197-
CMYK0.1900.540.17
HSL81.58º56.44%60.39%-
HSV(B)81.58º54.03%82.75%-
XYZ42.035619.9-
YUV185.7477.92116.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 211 (82.81% from 255) = 44.14%
BLUE value IS 97 (38.28% from 255) = 20.29%
R=35.56%
G=44.14%
B=20.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal170211970.1900.540.1781.5856.4460.39
HexAAD361130361152383c
Octal25232314123066211227074
Binary10101010110100111100001100110110110100011010010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aad361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aad361; }

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

 H1.HeaderClassName
 {
   color: #aad361;
 }
 .AnyTagClassName
 {
   color: #aad361;
 }
</style>
background-color css

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

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

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

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

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

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