#AAD463

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

Shades of Conifer #AAD463

Tints of Conifer #AAD463

Color information

#AAD463 (or 0xAAD463) is unknown color: approx Conifer. HEX triplet: AA, D4 and 63. RGB value is (170,212,99). Sum of RGB (Red+Green+Blue) = 170+212+99=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD463 is #552B9C. Grayscale: #BABABA. Windows color (decimal): -5581725 or 6542506. OLE color: 6542506.

HSL color Cylindrical-coordinate representation of color #AAD463: hue angle of 82.3º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAD463 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB17021299-
CMYK0.2000.530.17
HSL82.3º56.78%60.98%-
HSV(B)82.3º53.3%83.14%-
XYZ42.3756.5320.48-
YUV186.5678.59116.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 212 (83.20% from 255) = 44.07%
BLUE value IS 99 (39.06% from 255) = 20.58%
R=35.34%
G=44.07%
B=20.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal170212990.2000.530.1782.356.7860.98
HexAAD463140351152393d
Octal25232414324065211227175
Binary10101010110101001100011101000110101100011010010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD463; }

 p { color: rgb(170,212,99); }

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

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

 a { background-color: rgb(170,212,99); }

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

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

 span { border-color: rgb(170,212,99); }

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