#A0CF65

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

Shades of Olivine #A0CF65

Tints of Olivine #A0CF65

Color information

#A0CF65 (or 0xA0CF65) is unknown color: approx Olivine. HEX triplet: A0, CF and 65. RGB value is (160,207,101). Sum of RGB (Red+Green+Blue) = 160+207+101=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF65 is #5F309A. Grayscale: #B5B5B5. Windows color (decimal): -6238363 or 6672288. OLE color: 6672288.

HSL color Cylindrical-coordinate representation of color #A0CF65: hue angle of 86.6º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0CF65 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB160207101-
CMYK0.2300.510.19
HSL86.6º52.48%60.39%-
HSV(B)86.6º51.21%81.18%-
XYZ39.1653.0420.49-
YUV180.8682.93113.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.19%
GREEN value IS 207 (81.25% from 255) = 44.23%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=34.19%
G=44.23%
B=21.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602071010.2300.510.1986.652.4860.39
HexA0CF65170331357343c
Octal24031714527063231276474
Binary10100000110011111100101101110110011100111010111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CF65; }

 p { color: rgb(160,207,101); }

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

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

 a { background-color: rgb(160,207,101); }

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

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

 span { border-color: rgb(160,207,101); }

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