#A1C67D

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

Shades of Olivine #A1C67D

Tints of Olivine #A1C67D

Color information

#A1C67D (or 0xA1C67D) is unknown color: approx Olivine. HEX triplet: A1, C6 and 7D. RGB value is (161,198,125). Sum of RGB (Red+Green+Blue) = 161+198+125=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C67D is #5E3982. Grayscale: #B2B2B2. Windows color (decimal): -6175107 or 8242849. OLE color: 8242849.

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

Color convert

RGB161198125-
CMYK0.1900.370.22
HSL90.41º39.04%63.33%-
HSV(B)90.41º36.87%77.65%-
XYZ38.5949.4526.91-
YUV178.6297.74115.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 198 (77.73% from 255) = 40.91%
BLUE value IS 125 (49.22% from 255) = 25.83%
R=33.26%
G=40.91%
B=25.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611981250.1900.370.2290.4139.0463.33
HexA1C67D13025165a273f
Octal24130617523045261324777
Binary10100001110001101111101100110100101101101011010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C67D; }

 p { color: rgb(161,198,125); }

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

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

 a { background-color: rgb(161,198,125); }

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

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

 span { border-color: rgb(161,198,125); }

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