#a8d958

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

Shades of Conifer #A8D958

Tints of Conifer #A8D958

Color information

#A8D958 (or 0xA8D958) is unknown color: approx Conifer. HEX triplet: A8, D9 and 58. RGB value is (168,217,88). Sum of RGB (Red+Green+Blue) = 168+217+88=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D958 is #5726A7. Grayscale: #BCBCBC. Windows color (decimal): -5711528 or 5822888. OLE color: 5822888.

HSL color Cylindrical-coordinate representation of color #A8D958: hue angle of 82.79º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8D958 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB16821788-
CMYK0.2300.590.15
HSL82.79º62.93%59.8%-
HSV(B)82.79º59.45%85.1%-
XYZ42.7258.6618.3-
YUV187.6471.77113.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 217 (85.16% from 255) = 45.88%
BLUE value IS 88 (34.77% from 255) = 18.60%
R=35.52%
G=45.88%
B=18.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168217880.2300.590.1582.7962.9359.8
HexA8D9581703BF533f3c
Octal25033113027073171237774
Binary1010100011011001101100010111011101111111010011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8d958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8d958; }

 p { color: rgb(168,217,88); }

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

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

 a { background-color: rgb(168,217,88); }

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

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

 span { border-color: rgb(168,217,88); }

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