#A1D653

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

Shades of Conifer #A1D653

Tints of Conifer #A1D653

Color information

#A1D653 (or 0xA1D653) is unknown color: approx Conifer. HEX triplet: A1, D6 and 53. RGB value is (161,214,83). Sum of RGB (Red+Green+Blue) = 161+214+83=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D653 is #5E29AC. Grayscale: #B7B7B7. Windows color (decimal): -6171053 or 5494433. OLE color: 5494433.

HSL color Cylindrical-coordinate representation of color #A1D653: hue angle of 84.27º degrees, saturation: 0.62, 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 #A1D653 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB16121483-
CMYK0.2500.610.16
HSL84.27º61.5%58.24%-
HSV(B)84.27º61.21%83.92%-
XYZ40.3156.2916.93-
YUV183.2271.44112.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 214 (83.98% from 255) = 46.72%
BLUE value IS 83 (32.81% from 255) = 18.12%
R=35.15%
G=46.72%
B=18.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161214830.2500.610.1684.2761.558.24
HexA1D6531903D10543e3a
Octal24132612331075201247672
Binary10100001110101101010011110010111101100001010100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D653; }

 p { color: rgb(161,214,83); }

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

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

 a { background-color: rgb(161,214,83); }

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

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

 span { border-color: rgb(161,214,83); }

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