#A8FC5D

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

Shades of Conifer #A8FC5D

Tints of Conifer #A8FC5D

Color information

#A8FC5D (or 0xA8FC5D) is unknown color: approx Conifer. HEX triplet: A8, FC and 5D. RGB value is (168,252,93). Sum of RGB (Red+Green+Blue) = 168+252+93=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC5D is #5703A2. Grayscale: #D1D1D1. Windows color (decimal): -5702563 or 6159528. OLE color: 6159528.

HSL color Cylindrical-coordinate representation of color #A8FC5D: hue angle of 91.7º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8FC5D is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB16825293-
CMYK0.3300.630.01
HSL91.7º96.36%67.65%-
HSV(B)91.7º63.1%98.82%-
XYZ52.9378.7422.76-
YUV208.7662.6798.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 252 (98.83% from 255) = 49.12%
BLUE value IS 93 (36.72% from 255) = 18.13%
R=32.75%
G=49.12%
B=18.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal168252930.3300.630.0191.796.3667.65
HexA8FC5D2103F15c6044
Octal250374135410771134140104
Binary1010100011111100101110110000101111111101110011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FC5D; }

 p { color: rgb(168,252,93); }

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

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

 a { background-color: rgb(168,252,93); }

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

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

 span { border-color: rgb(168,252,93); }

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