#AAD14C

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

Shades of Conifer #AAD14C

Tints of Conifer #AAD14C

Color information

#AAD14C (or 0xAAD14C) is unknown color: approx Conifer. HEX triplet: AA, D1 and 4C. RGB value is (170,209,76). Sum of RGB (Red+Green+Blue) = 170+209+76=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD14C is #552EB3. Grayscale: #B6B6B6. Windows color (decimal): -5582516 or 5034410. OLE color: 5034410.

HSL color Cylindrical-coordinate representation of color #AAD14C: hue angle of 77.59º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAD14C is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB17020976-
CMYK0.1900.640.18
HSL77.59º59.11%55.88%-
HSV(B)77.59º63.64%81.96%-
XYZ40.6854.6715.25-
YUV182.1868.08119.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 209 (82.03% from 255) = 45.93%
BLUE value IS 76 (30.08% from 255) = 16.70%
R=37.36%
G=45.93%
B=16.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170209760.1900.640.1877.5959.1155.88
HexAAD14C13040124e3b38
Octal252321114230100221167370
Binary101010101101000110011001001101000000100101001110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD14C; }

 p { color: rgb(170,209,76); }

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

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

 a { background-color: rgb(170,209,76); }

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

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

 span { border-color: rgb(170,209,76); }

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