#AAD651

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

Shades of Conifer #AAD651

Tints of Conifer #AAD651

Color information

#AAD651 (or 0xAAD651) is unknown color: approx Conifer. HEX triplet: AA, D6 and 51. RGB value is (170,214,81). Sum of RGB (Red+Green+Blue) = 170+214+81=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD651 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD651 is #5529AE. Grayscale: #BABABA. Windows color (decimal): -5581231 or 5363370. OLE color: 5363370.

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

Color convert

RGB17021481-
CMYK0.2100.620.16
HSL79.85º61.86%57.84%-
HSV(B)79.85º62.15%83.92%-
XYZ42.1157.2316.61-
YUV185.6868.92116.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 214 (83.98% from 255) = 46.02%
BLUE value IS 81 (32.03% from 255) = 17.42%
R=36.56%
G=46.02%
B=17.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170214810.2100.620.1679.8561.8657.84
HexAAD6511503E10503e3a
Octal25232612125076201207672
Binary10101010110101101010001101010111110100001010000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD651; }

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

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

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

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

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

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

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

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