#A0D568

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

Shades of Olivine #A0D568

Tints of Olivine #A0D568

Color information

#A0D568 (or 0xA0D568) is unknown color: approx Olivine. HEX triplet: A0, D5 and 68. RGB value is (160,213,104). Sum of RGB (Red+Green+Blue) = 160+213+104=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D568 is #5F2A97. Grayscale: #B9B9B9. Windows color (decimal): -6236824 or 6870432. OLE color: 6870432.

HSL color Cylindrical-coordinate representation of color #A0D568: hue angle of 89.17º 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 #A0D568 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB160213104-
CMYK0.2500.510.16
HSL89.17º56.48%62.16%-
HSV(B)89.17º51.17%83.53%-
XYZ40.7956.0621.77-
YUV184.7382.44110.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 213 (83.59% from 255) = 44.65%
BLUE value IS 104 (41.02% from 255) = 21.80%
R=33.54%
G=44.65%
B=21.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602131040.2500.510.1689.1756.4862.16
HexA0D568190331059383e
Octal24032515031063201317076
Binary10100000110101011101000110010110011100001011001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D568; }

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

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

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

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

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

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

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

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