#A6C274

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

Shades of Olivine #A6C274

Tints of Olivine #A6C274

Color information

#A6C274 (or 0xA6C274) is unknown color: approx Olivine. HEX triplet: A6, C2 and 74. RGB value is (166,194,116). Sum of RGB (Red+Green+Blue) = 166+194+116=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C274 is #593D8B. Grayscale: #B1B1B1. Windows color (decimal): -5848460 or 7652006. OLE color: 7652006.

HSL color Cylindrical-coordinate representation of color #A6C274: hue angle of 81.54º 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 #A6C274 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB166194116-
CMYK0.1400.400.24
HSL81.54º39%60.78%-
HSV(B)81.54º40.21%76.08%-
XYZ38.1747.9523.77-
YUV176.7493.72120.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 194 (76.17% from 255) = 40.76%
BLUE value IS 116 (45.70% from 255) = 24.37%
R=34.87%
G=40.76%
B=24.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661941160.1400.400.2481.543960.78
HexA6C274E0281852273d
Octal24630216416050301224775
Binary1010011011000010111010011100101000110001010010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C274; }

 p { color: rgb(166,194,116); }

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

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

 a { background-color: rgb(166,194,116); }

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

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

 span { border-color: rgb(166,194,116); }

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