#A0CE5D

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

Shades of Conifer #A0CE5D

Tints of Conifer #A0CE5D

Color information

#A0CE5D (or 0xA0CE5D) is unknown color: approx Conifer. HEX triplet: A0, CE and 5D. RGB value is (160,206,93). Sum of RGB (Red+Green+Blue) = 160+206+93=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE5D is #5F31A2. Grayscale: #B3B3B3. Windows color (decimal): -6238627 or 6147744. OLE color: 6147744.

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

Color convert

RGB16020693-
CMYK0.2200.550.19
HSL84.42º53.55%58.63%-
HSV(B)84.42º54.85%80.78%-
XYZ38.5452.4118.44-
YUV179.3679.26114.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 206 (80.86% from 255) = 44.88%
BLUE value IS 93 (36.72% from 255) = 20.26%
R=34.86%
G=44.88%
B=20.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160206930.2200.550.1984.4253.5558.63
HexA0CE5D160371354363b
Octal24031613526067231246673
Binary10100000110011101011101101100110111100111010100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CE5D; }

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

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

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

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

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

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

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

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