#A8D568

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

Shades of Conifer #A8D568

Tints of Conifer #A8D568

Color information

#A8D568 (or 0xA8D568) is unknown color: approx Conifer. HEX triplet: A8, D5 and 68. RGB value is (168,213,104). Sum of RGB (Red+Green+Blue) = 168+213+104=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D568 is #572A97. Grayscale: #BBBBBB. Windows color (decimal): -5712536 or 6870440. OLE color: 6870440.

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

Color convert

RGB168213104-
CMYK0.2100.510.16
HSL84.77º56.48%62.16%-
HSV(B)84.77º51.17%83.53%-
XYZ42.4456.9121.85-
YUV187.1281.09114.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 213 (83.59% from 255) = 43.92%
BLUE value IS 104 (41.02% from 255) = 21.44%
R=34.64%
G=43.92%
B=21.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682131040.2100.510.1684.7756.4862.16
HexA8D568150331055383e
Octal25032515025063201257076
Binary10101000110101011101000101010110011100001010101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D568; }

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

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

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

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

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

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

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

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