#A8D95E

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

Shades of Conifer #A8D95E

Tints of Conifer #A8D95E

Color information

#A8D95E (or 0xA8D95E) is unknown color: approx Conifer. HEX triplet: A8, D9 and 5E. RGB value is (168,217,94). Sum of RGB (Red+Green+Blue) = 168+217+94=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D95E is #5726A1. Grayscale: #BCBCBC. Windows color (decimal): -5711522 or 6216104. OLE color: 6216104.

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

Color convert

RGB16821794-
CMYK0.2300.570.15
HSL83.9º61.81%60.98%-
HSV(B)83.9º56.68%85.1%-
XYZ42.9858.7619.67-
YUV188.3374.77113.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 217 (85.16% from 255) = 45.30%
BLUE value IS 94 (37.11% from 255) = 19.62%
R=35.07%
G=45.30%
B=19.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168217940.2300.570.1583.961.8160.98
HexA8D95E17039F543e3d
Octal25033113627071171247675
Binary1010100011011001101111010111011100111111010100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D95E; }

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

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

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

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

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

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

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

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