#A0CE68

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

Shades of Olivine #A0CE68

Tints of Olivine #A0CE68

Color information

#A0CE68 (or 0xA0CE68) is unknown color: approx Olivine. HEX triplet: A0, CE and 68. RGB value is (160,206,104). Sum of RGB (Red+Green+Blue) = 160+206+104=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE68 is #5F3197. Grayscale: #B4B4B4. Windows color (decimal): -6238616 or 6868640. OLE color: 6868640.

HSL color Cylindrical-coordinate representation of color #A0CE68: hue angle of 87.06º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0CE68 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB160206104-
CMYK0.2200.500.19
HSL87.06º51%60.78%-
HSV(B)87.06º49.51%80.78%-
XYZ39.0752.6221.19-
YUV180.6284.76113.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.04%
GREEN value IS 206 (80.86% from 255) = 43.83%
BLUE value IS 104 (41.02% from 255) = 22.13%
R=34.04%
G=43.83%
B=22.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602061040.2200.500.1987.065160.78
HexA0CE68160321357333d
Octal24031615026062231276375
Binary10100000110011101101000101100110010100111010111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CE68; }

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

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

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

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

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

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

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

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