#A4C45E

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

Shades of Olivine #A4C45E

Tints of Olivine #A4C45E

Color information

#A4C45E (or 0xA4C45E) is unknown color: approx Olivine. HEX triplet: A4, C4 and 5E. RGB value is (164,196,94). Sum of RGB (Red+Green+Blue) = 164+196+94=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C45E is #5B3BA1. Grayscale: #AFAFAF. Windows color (decimal): -5979042 or 6210724. OLE color: 6210724.

HSL color Cylindrical-coordinate representation of color #A4C45E: hue angle of 78.82º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4C45E is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB16419694-
CMYK0.1600.520.23
HSL78.82º46.36%56.86%-
HSV(B)78.82º52.04%76.86%-
XYZ37.0748.1817.94-
YUV174.882.4120.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.12%
GREEN value IS 196 (76.95% from 255) = 43.17%
BLUE value IS 94 (37.11% from 255) = 20.70%
R=36.12%
G=43.17%
B=20.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164196940.1600.520.2378.8246.3656.86
HexA4C45E10034174f2e39
Octal24430413620064271175671
Binary10100100110001001011110100000110100101111001111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C45E; }

 p { color: rgb(164,196,94); }

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

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

 a { background-color: rgb(164,196,94); }

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

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

 span { border-color: rgb(164,196,94); }

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