#A8DC4E

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

Shades of Conifer #A8DC4E

Tints of Conifer #A8DC4E

Color information

#A8DC4E (or 0xA8DC4E) is unknown color: approx Conifer. HEX triplet: A8, DC and 4E. RGB value is (168,220,78). Sum of RGB (Red+Green+Blue) = 168+220+78=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC4E is #5723B1. Grayscale: #BCBCBC. Windows color (decimal): -5710770 or 5168296. OLE color: 5168296.

HSL color Cylindrical-coordinate representation of color #A8DC4E: hue angle of 81.97º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8DC4E is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB16822078-
CMYK0.2400.650.14
HSL81.97º66.98%58.43%-
HSV(B)81.97º64.55%86.27%-
XYZ43.1260.0616.53-
YUV188.2665.77113.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 220 (86.33% from 255) = 47.21%
BLUE value IS 78 (30.86% from 255) = 16.74%
R=36.05%
G=47.21%
B=16.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal168220780.2400.650.1481.9766.9858.43
HexA8DC4E18041E52433a
Octal2503341163001011612210372
Binary101010001101110010011101100001000001111010100101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DC4E; }

 p { color: rgb(168,220,78); }

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

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

 a { background-color: rgb(168,220,78); }

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

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

 span { border-color: rgb(168,220,78); }

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