#A1D554

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

Shades of Conifer #A1D554

Tints of Conifer #A1D554

Color information

#A1D554 (or 0xA1D554) is unknown color: approx Conifer. HEX triplet: A1, D5 and 54. RGB value is (161,213,84). Sum of RGB (Red+Green+Blue) = 161+213+84=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D554 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D554 is #5E2AAB. Grayscale: #B7B7B7. Windows color (decimal): -6171308 or 5559713. OLE color: 5559713.

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

Color convert

RGB16121384-
CMYK0.2400.610.16
HSL84.19º60.56%58.24%-
HSV(B)84.19º60.56%83.53%-
XYZ40.0955.8117.05-
YUV182.7572.27112.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 213 (83.59% from 255) = 46.51%
BLUE value IS 84 (33.20% from 255) = 18.34%
R=35.15%
G=46.51%
B=18.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161213840.2400.610.1684.1960.5658.24
HexA1D5541803D10543d3a
Octal24132512430075201247572
Binary10100001110101011010100110000111101100001010100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D554; }

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

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

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

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

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

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

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

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