#A8DA5F

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

Shades of Conifer #A8DA5F

Tints of Conifer #A8DA5F

Color information

#A8DA5F (or 0xA8DA5F) is unknown color: approx Conifer. HEX triplet: A8, DA and 5F. RGB value is (168,218,95). Sum of RGB (Red+Green+Blue) = 168+218+95=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA5F is #5725A0. Grayscale: #BDBDBD. Windows color (decimal): -5711265 or 6281896. OLE color: 6281896.

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

Color convert

RGB16821895-
CMYK0.2300.560.15
HSL84.39º62.44%61.37%-
HSV(B)84.39º56.42%85.49%-
XYZ43.2959.2919.99-
YUV189.0374.94113-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 218 (85.55% from 255) = 45.32%
BLUE value IS 95 (37.5% from 255) = 19.75%
R=34.93%
G=45.32%
B=19.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168218950.2300.560.1584.3962.4461.37
HexA8DA5F17038F543e3d
Octal25033213727070171247675
Binary1010100011011010101111110111011100011111010100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DA5F; }

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

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

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

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

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

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

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

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