#A1CC68

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

Shades of Olivine #A1CC68

Tints of Olivine #A1CC68

Color information

#A1CC68 (or 0xA1CC68) is unknown color: approx Olivine. HEX triplet: A1, CC and 68. RGB value is (161,204,104). Sum of RGB (Red+Green+Blue) = 161+204+104=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CC68 is #5E3397. Grayscale: #B4B4B4. Windows color (decimal): -6173592 or 6868129. OLE color: 6868129.

HSL color Cylindrical-coordinate representation of color #A1CC68: hue angle of 85.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1CC68 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB161204104-
CMYK0.2100.490.2
HSL85.8º49.5%60.39%-
HSV(B)85.8º49.02%80%-
XYZ38.7951.7621.04-
YUV179.7485.25114.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 204 (80.08% from 255) = 43.50%
BLUE value IS 104 (41.02% from 255) = 22.17%
R=34.33%
G=43.50%
B=22.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1612041040.2100.490.285.849.560.39
HexA1CC68150311456323c
Octal24131415025061241266274
Binary10100001110011001101000101010110001101001010110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CC68; }

 p { color: rgb(161,204,104); }

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

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

 a { background-color: rgb(161,204,104); }

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

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

 span { border-color: rgb(161,204,104); }

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