#A1D55B

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

Shades of Conifer #A1D55B

Tints of Conifer #A1D55B

Color information

#A1D55B (or 0xA1D55B) is unknown color: approx Conifer. HEX triplet: A1, D5 and 5B. RGB value is (161,213,91). Sum of RGB (Red+Green+Blue) = 161+213+91=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D55B is #5E2AA4. Grayscale: #B7B7B7. Windows color (decimal): -6171301 or 6018465. OLE color: 6018465.

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

Color convert

RGB16121391-
CMYK0.2400.570.16
HSL85.57º59.22%59.61%-
HSV(B)85.57º57.28%83.53%-
XYZ40.3855.9218.56-
YUV183.5475.77111.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.62%
GREEN value IS 213 (83.59% from 255) = 45.81%
BLUE value IS 91 (35.94% from 255) = 19.57%
R=34.62%
G=45.81%
B=19.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161213910.2400.570.1685.5759.2259.61
HexA1D55B1803910563b3c
Octal24132513330071201267374
Binary10100001110101011011011110000111001100001010110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D55B; }

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

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

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

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

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

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

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

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