#A1D151

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

Shades of Conifer #A1D151

Tints of Conifer #A1D151

Color information

#A1D151 (or 0xA1D151) is unknown color: approx Conifer. HEX triplet: A1, D1 and 51. RGB value is (161,209,81). Sum of RGB (Red+Green+Blue) = 161+209+81=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 81 (32.03% from 255 or 17.96% from 451); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D151 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D151 is #5E2EAE. Grayscale: #B4B4B4. Windows color (decimal): -6172335 or 5362081. OLE color: 5362081.

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

Color convert

RGB16120981-
CMYK0.2300.610.18
HSL82.5º58.18%56.86%-
HSV(B)82.5º61.24%81.96%-
XYZ38.9853.7716.11-
YUV180.0672.1114.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 209 (82.03% from 255) = 46.34%
BLUE value IS 81 (32.03% from 255) = 17.96%
R=35.70%
G=46.34%
B=17.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal161209810.2300.610.1882.558.1856.86
HexA1D1511703D12523a39
Octal24132112127075221227271
Binary10100001110100011010001101110111101100101010010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D151; }

 p { color: rgb(161,209,81); }

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

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

 a { background-color: rgb(161,209,81); }

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

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

 span { border-color: rgb(161,209,81); }

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