#A1DD4C

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

Shades of Conifer #A1DD4C

Tints of Conifer #A1DD4C

Color information

#A1DD4C (or 0xA1DD4C) is unknown color: approx Conifer. HEX triplet: A1, DD and 4C. RGB value is (161,221,76). Sum of RGB (Red+Green+Blue) = 161+221+76=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD4C is #5E22B3. Grayscale: #BBBBBB. Windows color (decimal): -6169268 or 5037473. OLE color: 5037473.

HSL color Cylindrical-coordinate representation of color #A1DD4C: hue angle of 84.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1DD4C is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB16122176-
CMYK0.2700.660.13
HSL84.83º68.08%58.24%-
HSV(B)84.83º65.61%86.67%-
XYZ41.8659.8116.18-
YUV186.5365.62109.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 221 (86.72% from 255) = 48.25%
BLUE value IS 76 (30.08% from 255) = 16.59%
R=35.15%
G=48.25%
B=16.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161221760.2700.660.1384.8368.0858.24
HexA1DD4C1B042D55443a
Octal2413351143301021512510472
Binary101000011101110110011001101101000010110110101011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DD4C; }

 p { color: rgb(161,221,76); }

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

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

 a { background-color: rgb(161,221,76); }

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

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

 span { border-color: rgb(161,221,76); }

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