#A8C95F

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

Shades of Conifer #A8C95F

Tints of Conifer #A8C95F

Color information

#A8C95F (or 0xA8C95F) is unknown color: approx Conifer. HEX triplet: A8, C9 and 5F. RGB value is (168,201,95). Sum of RGB (Red+Green+Blue) = 168+201+95=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C95F is #5736A0. Grayscale: #B3B3B3. Windows color (decimal): -5715617 or 6277544. OLE color: 6277544.

HSL color Cylindrical-coordinate representation of color #A8C95F: hue angle of 78.68º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8C95F is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB16820195-
CMYK0.1600.530.21
HSL78.68º49.53%58.04%-
HSV(B)78.68º52.74%78.82%-
XYZ39.150.9218.6-
YUV179.0580.57120.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.21%
GREEN value IS 201 (78.91% from 255) = 43.32%
BLUE value IS 95 (37.5% from 255) = 20.47%
R=36.21%
G=43.32%
B=20.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168201950.1600.530.2178.6849.5358.04
HexA8C95F10035154f323a
Octal25031113720065251176272
Binary10101000110010011011111100000110101101011001111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C95F; }

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

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

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

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

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

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

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

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