#a1ce5e

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

Shades of Conifer #A1CE5E

Tints of Conifer #A1CE5E

Color information

#A1CE5E (or 0xA1CE5E) is unknown color: approx Conifer. HEX triplet: A1, CE and 5E. RGB value is (161,206,94). Sum of RGB (Red+Green+Blue) = 161+206+94=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CE5E is #5E31A1. Grayscale: #B4B4B4. Windows color (decimal): -6173090 or 6213281. OLE color: 6213281.

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

Color convert

RGB16120694-
CMYK0.2200.540.19
HSL84.11º53.33%58.82%-
HSV(B)84.11º54.37%80.78%-
XYZ38.7952.5318.68-
YUV179.7879.59114.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 206 (80.86% from 255) = 44.69%
BLUE value IS 94 (37.11% from 255) = 20.39%
R=34.92%
G=44.69%
B=20.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal161206940.2200.540.1984.1153.3358.82
HexA1CE5E160361354353b
Octal24131613626066231246573
Binary10100001110011101011110101100110110100111010100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1ce5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1ce5e; }

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

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

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

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

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

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

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

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