#A1C77A

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

Shades of Olivine #A1C77A

Tints of Olivine #A1C77A

Color information

#A1C77A (or 0xA1C77A) is unknown color: approx Olivine. HEX triplet: A1, C7 and 7A. RGB value is (161,199,122). Sum of RGB (Red+Green+Blue) = 161+199+122=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C77A is #5E3885. Grayscale: #B3B3B3. Windows color (decimal): -6174854 or 8046497. OLE color: 8046497.

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

Color convert

RGB161199122-
CMYK0.1900.390.22
HSL89.61º40.74%62.94%-
HSV(B)89.61º38.69%78.04%-
XYZ38.6349.8325.99-
YUV178.8695.91115.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 199 (78.12% from 255) = 41.29%
BLUE value IS 122 (48.05% from 255) = 25.31%
R=33.40%
G=41.29%
B=25.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611991220.1900.390.2289.6140.7462.94
HexA1C77A13027165a293f
Octal24130717223047261325177
Binary10100001110001111111010100110100111101101011010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C77A; }

 p { color: rgb(161,199,122); }

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

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

 a { background-color: rgb(161,199,122); }

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

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

 span { border-color: rgb(161,199,122); }

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