#A1D55D

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

Shades of Conifer #A1D55D

Tints of Conifer #A1D55D

Color information

#A1D55D (or 0xA1D55D) is unknown color: approx Conifer. HEX triplet: A1, D5 and 5D. RGB value is (161,213,93). Sum of RGB (Red+Green+Blue) = 161+213+93=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D55D is #5E2AA2. Grayscale: #B8B8B8. Windows color (decimal): -6171299 or 6149537. OLE color: 6149537.

HSL color Cylindrical-coordinate representation of color #A1D55D: hue angle of 86º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1D55D is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB16121393-
CMYK0.2400.560.16
HSL86º58.82%60%-
HSV(B)86º56.34%83.53%-
XYZ40.4755.9619.02-
YUV183.7776.77111.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.48%
GREEN value IS 213 (83.59% from 255) = 45.61%
BLUE value IS 93 (36.72% from 255) = 19.91%
R=34.48%
G=45.61%
B=19.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161213930.2400.560.168658.8260
HexA1D55D1803810563b3c
Octal24132513530070201267374
Binary10100001110101011011101110000111000100001010110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D55D; }

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

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

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

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

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

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

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

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