#A8D061

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

Shades of Conifer #A8D061

Tints of Conifer #A8D061

Color information

#A8D061 (or 0xA8D061) is unknown color: approx Conifer. HEX triplet: A8, D0 and 61. RGB value is (168,208,97). Sum of RGB (Red+Green+Blue) = 168+208+97=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D061 is #572F9E. Grayscale: #B7B7B7. Windows color (decimal): -5713823 or 6410408. OLE color: 6410408.

HSL color Cylindrical-coordinate representation of color #A8D061: hue angle of 81.62º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8D061 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB16820897-
CMYK0.1900.530.18
HSL81.62º54.15%59.8%-
HSV(B)81.62º53.37%81.57%-
XYZ40.8654.319.64-
YUV183.3979.25117.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 208 (81.64% from 255) = 43.97%
BLUE value IS 97 (38.28% from 255) = 20.51%
R=35.52%
G=43.97%
B=20.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168208970.1900.530.1881.6254.1559.8
HexA8D061130351252363c
Octal25032014123065221226674
Binary10101000110100001100001100110110101100101010010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D061; }

 p { color: rgb(168,208,97); }

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

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

 a { background-color: rgb(168,208,97); }

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

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

 span { border-color: rgb(168,208,97); }

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