#A4C275

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

Shades of Olivine #A4C275

Tints of Olivine #A4C275

Color information

#A4C275 (or 0xA4C275) is unknown color: approx Olivine. HEX triplet: A4, C2 and 75. RGB value is (164,194,117). Sum of RGB (Red+Green+Blue) = 164+194+117=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C275 is #5B3D8A. Grayscale: #B0B0B0. Windows color (decimal): -5979531 or 7717540. OLE color: 7717540.

HSL color Cylindrical-coordinate representation of color #A4C275: hue angle of 83.38º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4C275 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB164194117-
CMYK0.1500.400.24
HSL83.38º38.69%60.98%-
HSV(B)83.38º39.69%76.08%-
XYZ37.8147.7624.06-
YUV176.2594.56119.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 194 (76.17% from 255) = 40.84%
BLUE value IS 117 (46.09% from 255) = 24.63%
R=34.53%
G=40.84%
B=24.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641941170.1500.400.2483.3838.6960.98
HexA4C275F0281853273d
Octal24430216517050301234775
Binary1010010011000010111010111110101000110001010011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C275; }

 p { color: rgb(164,194,117); }

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

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

 a { background-color: rgb(164,194,117); }

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

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

 span { border-color: rgb(164,194,117); }

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