#A8D168

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

Shades of Conifer #A8D168

Tints of Conifer #A8D168

Color information

#A8D168 (or 0xA8D168) is unknown color: approx Conifer. HEX triplet: A8, D1 and 68. RGB value is (168,209,104). Sum of RGB (Red+Green+Blue) = 168+209+104=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D168 is #572E97. Grayscale: #B9B9B9. Windows color (decimal): -5713560 or 6869416. OLE color: 6869416.

HSL color Cylindrical-coordinate representation of color #A8D168: hue angle of 83.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8D168 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB168209104-
CMYK0.2000.500.18
HSL83.43º53.3%61.37%-
HSV(B)83.43º50.24%81.96%-
XYZ41.4554.9321.51-
YUV184.7782.42116.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 209 (82.03% from 255) = 43.45%
BLUE value IS 104 (41.02% from 255) = 21.62%
R=34.93%
G=43.45%
B=21.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1682091040.2000.500.1883.4353.361.37
HexA8D168140321253353d
Octal25032115024062221236575
Binary10101000110100011101000101000110010100101010011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D168; }

 p { color: rgb(168,209,104); }

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

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

 a { background-color: rgb(168,209,104); }

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

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

 span { border-color: rgb(168,209,104); }

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