#A1DD5A

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

Shades of Conifer #A1DD5A

Tints of Conifer #A1DD5A

Color information

#A1DD5A (or 0xA1DD5A) is unknown color: approx Conifer. HEX triplet: A1, DD and 5A. RGB value is (161,221,90). Sum of RGB (Red+Green+Blue) = 161+221+90=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD5A is #5E22A5. Grayscale: #BCBCBC. Windows color (decimal): -6169254 or 5954977. OLE color: 5954977.

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

Color convert

RGB16122190-
CMYK0.2700.590.13
HSL87.48º65.83%60.98%-
HSV(B)87.48º59.28%86.67%-
XYZ42.460.0319.02-
YUV188.1372.62108.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 221 (86.72% from 255) = 46.82%
BLUE value IS 90 (35.55% from 255) = 19.07%
R=34.11%
G=46.82%
B=19.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161221900.2700.590.1387.4865.8360.98
HexA1DD5A1B03BD57423d
Octal241335132330731512710275
Binary10100001110111011011010110110111011110110101111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DD5A; }

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

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

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

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

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

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

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

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