#A1D05B

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

Shades of Conifer #A1D05B

Tints of Conifer #A1D05B

Color information

#A1D05B (or 0xA1D05B) is unknown color: approx Conifer. HEX triplet: A1, D0 and 5B. RGB value is (161,208,91). Sum of RGB (Red+Green+Blue) = 161+208+91=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D05B is #5E2FA4. Grayscale: #B5B5B5. Windows color (decimal): -6172581 or 6017185. OLE color: 6017185.

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

Color convert

RGB16120891-
CMYK0.2300.560.18
HSL84.1º55.45%58.63%-
HSV(B)84.1º56.25%81.57%-
XYZ39.1453.4418.15-
YUV180.6177.43114.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 208 (81.64% from 255) = 45.22%
BLUE value IS 91 (35.94% from 255) = 19.78%
R=35%
G=45.22%
B=19.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal161208910.2300.560.1884.155.4558.63
HexA1D05B170381254373b
Octal24132013327070221246773
Binary10100001110100001011011101110111000100101010100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D05B; }

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

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

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

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

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

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

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

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