#A1DD4F

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

Shades of Conifer #A1DD4F

Tints of Conifer #A1DD4F

Color information

#A1DD4F (or 0xA1DD4F) is unknown color: approx Conifer. HEX triplet: A1, DD and 4F. RGB value is (161,221,79). Sum of RGB (Red+Green+Blue) = 161+221+79=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD4F is #5E22B0. Grayscale: #BBBBBB. Windows color (decimal): -6169265 or 5234081. OLE color: 5234081.

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

Color convert

RGB16122179-
CMYK0.2700.640.13
HSL85.35º67.62%58.82%-
HSV(B)85.35º64.25%86.67%-
XYZ41.9759.8516.74-
YUV186.8767.12109.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 221 (86.72% from 255) = 47.94%
BLUE value IS 79 (31.25% from 255) = 17.14%
R=34.92%
G=47.94%
B=17.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161221790.2700.640.1385.3567.6258.82
HexA1DD4F1B040D55443b
Octal2413351173301001512510473
Binary101000011101110110011111101101000000110110101011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DD4F; }

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

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

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

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

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

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

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

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