#A1C25C

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

Shades of Olivine #A1C25C

Tints of Olivine #A1C25C

Color information

#A1C25C (or 0xA1C25C) is unknown color: approx Olivine. HEX triplet: A1, C2 and 5C. RGB value is (161,194,92). Sum of RGB (Red+Green+Blue) = 161+194+92=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C25C is #5E3DA3. Grayscale: #ACACAC. Windows color (decimal): -6176164 or 6079137. OLE color: 6079137.

HSL color Cylindrical-coordinate representation of color #A1C25C: hue angle of 79.41º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1C25C is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB16119492-
CMYK0.1700.530.24
HSL79.41º45.54%56.08%-
HSV(B)79.41º52.58%76.08%-
XYZ35.9246.9317.29-
YUV172.582.57119.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.02%
GREEN value IS 194 (76.17% from 255) = 43.40%
BLUE value IS 92 (36.33% from 255) = 20.58%
R=36.02%
G=43.40%
B=20.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161194920.1700.530.2479.4145.5456.08
HexA1C25C11035184f2e38
Octal24130213421065301175670
Binary10100001110000101011100100010110101110001001111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C25C; }

 p { color: rgb(161,194,92); }

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

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

 a { background-color: rgb(161,194,92); }

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

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

 span { border-color: rgb(161,194,92); }

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