#A1D654

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

Shades of Conifer #A1D654

Tints of Conifer #A1D654

Color information

#A1D654 (or 0xA1D654) is unknown color: approx Conifer. HEX triplet: A1, D6 and 54. RGB value is (161,214,84). Sum of RGB (Red+Green+Blue) = 161+214+84=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 84 (33.20% from 255 or 18.30% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D654 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D654 is #5E29AB. Grayscale: #B7B7B7. Windows color (decimal): -6171052 or 5559969. OLE color: 5559969.

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

Color convert

RGB16121484-
CMYK0.2500.610.16
HSL84.46º61.32%58.43%-
HSV(B)84.46º60.75%83.92%-
XYZ40.3456.3117.13-
YUV183.3371.94112.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 214 (83.98% from 255) = 46.62%
BLUE value IS 84 (33.20% from 255) = 18.30%
R=35.08%
G=46.62%
B=18.30%

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
Decimal161214840.2500.610.1684.4661.3258.43
HexA1D6541903D10543d3a
Octal24132612431075201247572
Binary10100001110101101010100110010111101100001010100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D654; }

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

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

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

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

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

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

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

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