#A1CC59

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

Shades of Conifer #A1CC59

Tints of Conifer #A1CC59

Color information

#A1CC59 (or 0xA1CC59) is unknown color: approx Conifer. HEX triplet: A1, CC and 59. RGB value is (161,204,89). Sum of RGB (Red+Green+Blue) = 161+204+89=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CC59 is #5E33A6. Grayscale: #B2B2B2. Windows color (decimal): -6173607 or 5885089. OLE color: 5885089.

HSL color Cylindrical-coordinate representation of color #A1CC59: hue angle of 82.43º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1CC59 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB16120489-
CMYK0.2100.560.2
HSL82.43º53%57.45%-
HSV(B)82.43º56.37%80%-
XYZ38.0951.4817.38-
YUV178.0377.75115.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 204 (80.08% from 255) = 44.93%
BLUE value IS 89 (35.16% from 255) = 19.60%
R=35.46%
G=44.93%
B=19.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal161204890.2100.560.282.435357.45
HexA1CC591503814523539
Octal24131413125070241226571
Binary10100001110011001011001101010111000101001010010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CC59; }

 p { color: rgb(161,204,89); }

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

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

 a { background-color: rgb(161,204,89); }

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

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

 span { border-color: rgb(161,204,89); }

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