#A1C878

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

Shades of Olivine #A1C878

Tints of Olivine #A1C878

Color information

#A1C878 (or 0xA1C878) is unknown color: approx Olivine. HEX triplet: A1, C8 and 78. RGB value is (161,200,120). Sum of RGB (Red+Green+Blue) = 161+200+120=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C878 is #5E3787. Grayscale: #B3B3B3. Windows color (decimal): -6174600 or 7915681. OLE color: 7915681.

HSL color Cylindrical-coordinate representation of color #A1C878: hue angle of 89.25º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1C878 is Cyan = 0.19, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB161200120-
CMYK0.1900.40.22
HSL89.25º42.11%62.75%-
HSV(B)89.25º40%78.43%-
XYZ38.7450.2425.42-
YUV179.2294.58115-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.47%
GREEN value IS 200 (78.52% from 255) = 41.58%
BLUE value IS 120 (47.27% from 255) = 24.95%
R=33.47%
G=41.58%
B=24.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1612001200.1900.40.2289.2542.1162.75
HexA1C8781302816592a3f
Octal24131017023050261315277
Binary10100001110010001111000100110101000101101011001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C878; }

 p { color: rgb(161,200,120); }

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

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

 a { background-color: rgb(161,200,120); }

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

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

 span { border-color: rgb(161,200,120); }

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