#A1C25F

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

Shades of Olivine #A1C25F

Tints of Olivine #A1C25F

Color information

#A1C25F (or 0xA1C25F) is unknown color: approx Olivine. HEX triplet: A1, C2 and 5F. RGB value is (161,194,95). Sum of RGB (Red+Green+Blue) = 161+194+95=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C25F is #5E3DA0. Grayscale: #ADADAD. Windows color (decimal): -6176161 or 6275745. OLE color: 6275745.

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

Color convert

RGB16119495-
CMYK0.1700.510.24
HSL80º44.8%56.67%-
HSV(B)80º51.03%76.08%-
XYZ36.0646.9918-
YUV172.8584.07119.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.78%
GREEN value IS 194 (76.17% from 255) = 43.11%
BLUE value IS 95 (37.5% from 255) = 21.11%
R=35.78%
G=43.11%
B=21.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161194950.1700.510.248044.856.67
HexA1C25F1103318502d39
Octal24130213721063301205571
Binary10100001110000101011111100010110011110001010000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C25F; }

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

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

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

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

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

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

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

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