#A8CE5F

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

Shades of Conifer #A8CE5F

Tints of Conifer #A8CE5F

Color information

#A8CE5F (or 0xA8CE5F) is unknown color: approx Conifer. HEX triplet: A8, CE and 5F. RGB value is (168,206,95). Sum of RGB (Red+Green+Blue) = 168+206+95=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CE5F is #5731A0. Grayscale: #B6B6B6. Windows color (decimal): -5714337 or 6278824. OLE color: 6278824.

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

Color convert

RGB16820695-
CMYK0.1800.540.19
HSL80.54º53.11%59.02%-
HSV(B)80.54º53.88%80.78%-
XYZ40.2953.2918.99-
YUV181.9878.91118.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 206 (80.86% from 255) = 43.92%
BLUE value IS 95 (37.5% from 255) = 20.26%
R=35.82%
G=43.92%
B=20.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal168206950.1800.540.1980.5453.1159.02
HexA8CE5F120361351353b
Octal25031613722066231216573
Binary10101000110011101011111100100110110100111010001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CE5F; }

 p { color: rgb(168,206,95); }

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

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

 a { background-color: rgb(168,206,95); }

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

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

 span { border-color: rgb(168,206,95); }

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