#A6CC6F

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

Shades of Olivine #A6CC6F

Tints of Olivine #A6CC6F

Color information

#A6CC6F (or 0xA6CC6F) is unknown color: approx Olivine. HEX triplet: A6, CC and 6F. RGB value is (166,204,111). Sum of RGB (Red+Green+Blue) = 166+204+111=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CC6F is #593390. Grayscale: #B6B6B6. Windows color (decimal): -5845905 or 7326886. OLE color: 7326886.

HSL color Cylindrical-coordinate representation of color #A6CC6F: hue angle of 84.52º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6CC6F is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB166204111-
CMYK0.1900.460.2
HSL84.52º47.69%61.76%-
HSV(B)84.52º45.59%80%-
XYZ40.1952.4423.04-
YUV182.0487.91116.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 204 (80.08% from 255) = 42.41%
BLUE value IS 111 (43.75% from 255) = 23.08%
R=34.51%
G=42.41%
B=23.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1662041110.1900.460.284.5247.6961.76
HexA6CC6F1302E1455303e
Octal24631415723056241256076
Binary10100110110011001101111100110101110101001010101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CC6F; }

 p { color: rgb(166,204,111); }

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

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

 a { background-color: rgb(166,204,111); }

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

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

 span { border-color: rgb(166,204,111); }

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