#A1D05D

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

Shades of Conifer #A1D05D

Tints of Conifer #A1D05D

Color information

#A1D05D (or 0xA1D05D) is unknown color: approx Conifer. HEX triplet: A1, D0 and 5D. RGB value is (161,208,93). Sum of RGB (Red+Green+Blue) = 161+208+93=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D05D is #5E2FA2. Grayscale: #B5B5B5. Windows color (decimal): -6172579 or 6148257. OLE color: 6148257.

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

Color convert

RGB16120893-
CMYK0.2300.550.18
HSL84.52º55.02%59.02%-
HSV(B)84.52º55.29%81.57%-
XYZ39.2353.4818.61-
YUV180.8478.43113.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 208 (81.64% from 255) = 45.02%
BLUE value IS 93 (36.72% from 255) = 20.13%
R=34.85%
G=45.02%
B=20.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal161208930.2300.550.1884.5255.0259.02
HexA1D05D170371255373b
Octal24132013527067221256773
Binary10100001110100001011101101110110111100101010101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D05D; }

 p { color: rgb(161,208,93); }

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

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

 a { background-color: rgb(161,208,93); }

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

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

 span { border-color: rgb(161,208,93); }

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