#A1CE54

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

Shades of Conifer #A1CE54

Tints of Conifer #A1CE54

Color information

#A1CE54 (or 0xA1CE54) is unknown color: approx Conifer. HEX triplet: A1, CE and 54. RGB value is (161,206,84). Sum of RGB (Red+Green+Blue) = 161+206+84=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 84 (33.20% from 255 or 18.63% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CE54 is #5E31AB. Grayscale: #B3B3B3. Windows color (decimal): -6173100 or 5557921. OLE color: 5557921.

HSL color Cylindrical-coordinate representation of color #A1CE54: hue angle of 82.13º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1CE54 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB16120684-
CMYK0.2200.590.19
HSL82.13º55.45%56.86%-
HSV(B)82.13º59.22%80.78%-
XYZ38.3752.3616.47-
YUV178.6474.59115.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 206 (80.86% from 255) = 45.68%
BLUE value IS 84 (33.20% from 255) = 18.63%
R=35.70%
G=45.68%
B=18.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal161206840.2200.590.1982.1355.4556.86
HexA1CE541603B13523739
Octal24131612426073231226771
Binary10100001110011101010100101100111011100111010010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CE54; }

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

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

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

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

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

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

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

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