#A6C26E

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

Shades of Olivine #A6C26E

Tints of Olivine #A6C26E

Color information

#A6C26E (or 0xA6C26E) is unknown color: approx Olivine. HEX triplet: A6, C2 and 6E. RGB value is (166,194,110). Sum of RGB (Red+Green+Blue) = 166+194+110=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C26E is #593D91. Grayscale: #B0B0B0. Windows color (decimal): -5848466 or 7258790. OLE color: 7258790.

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

Color convert

RGB166194110-
CMYK0.1400.430.24
HSL80º40.78%59.61%-
HSV(B)80º43.3%76.08%-
XYZ37.8347.8221.99-
YUV176.0590.72120.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 194 (76.17% from 255) = 41.28%
BLUE value IS 110 (43.36% from 255) = 23.40%
R=35.32%
G=41.28%
B=23.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661941100.1400.430.248040.7859.61
HexA6C26EE02B1850293c
Octal24630215616053301205174
Binary1010011011000010110111011100101011110001010000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C26E; }

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

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

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

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

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

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

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

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