#A0CE5E

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

Shades of Conifer #A0CE5E

Tints of Conifer #A0CE5E

Color information

#A0CE5E (or 0xA0CE5E) is unknown color: approx Conifer. HEX triplet: A0, CE and 5E. RGB value is (160,206,94). Sum of RGB (Red+Green+Blue) = 160+206+94=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE5E is #5F31A1. Grayscale: #B3B3B3. Windows color (decimal): -6238626 or 6213280. OLE color: 6213280.

HSL color Cylindrical-coordinate representation of color #A0CE5E: hue angle of 84.64º 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 #A0CE5E is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB16020694-
CMYK0.2200.540.19
HSL84.64º53.33%58.82%-
HSV(B)84.64º54.37%80.78%-
XYZ38.5952.4218.67-
YUV179.4879.76114.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.78%
GREEN value IS 206 (80.86% from 255) = 44.78%
BLUE value IS 94 (37.11% from 255) = 20.43%
R=34.78%
G=44.78%
B=20.43%

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
Decimal160206940.2200.540.1984.6453.3358.82
HexA0CE5E160361355353b
Octal24031613626066231256573
Binary10100000110011101011110101100110110100111010101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CE5E; }

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

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

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

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

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

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

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

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