#A8D65F

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

Shades of Conifer #A8D65F

Tints of Conifer #A8D65F

Color information

#A8D65F (or 0xA8D65F) is unknown color: approx Conifer. HEX triplet: A8, D6 and 5F. RGB value is (168,214,95). Sum of RGB (Red+Green+Blue) = 168+214+95=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D65F is #5729A0. Grayscale: #BBBBBB. Windows color (decimal): -5712289 or 6280872. OLE color: 6280872.

HSL color Cylindrical-coordinate representation of color #A8D65F: hue angle of 83.19º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8D65F is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB16821495-
CMYK0.2100.560.16
HSL83.19º59.2%60.59%-
HSV(B)83.19º55.61%83.92%-
XYZ42.2657.2419.65-
YUV186.6876.26114.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.22%
GREEN value IS 214 (83.98% from 255) = 44.86%
BLUE value IS 95 (37.5% from 255) = 19.92%
R=35.22%
G=44.86%
B=19.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168214950.2100.560.1683.1959.260.59
HexA8D65F1503810533b3d
Octal25032613725070201237375
Binary10101000110101101011111101010111000100001010011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D65F; }

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

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

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

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

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

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

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

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