#A1CF65

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

Shades of Olivine #A1CF65

Tints of Olivine #A1CF65

Color information

#A1CF65 (or 0xA1CF65) is unknown color: approx Olivine. HEX triplet: A1, CF and 65. RGB value is (161,207,101). Sum of RGB (Red+Green+Blue) = 161+207+101=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CF65 is #5E309A. Grayscale: #B5B5B5. Windows color (decimal): -6172827 or 6672289. OLE color: 6672289.

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

Color convert

RGB161207101-
CMYK0.2200.510.19
HSL86.04º52.48%60.39%-
HSV(B)86.04º51.21%81.18%-
XYZ39.3653.1420.49-
YUV181.1682.76113.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 207 (81.25% from 255) = 44.14%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=34.33%
G=44.14%
B=21.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612071010.2200.510.1986.0452.4860.39
HexA1CF65160331356343c
Octal24131714526063231266474
Binary10100001110011111100101101100110011100111010110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CF65; }

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

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

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

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

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

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

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

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