#A6CD6C

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

Shades of Olivine #A6CD6C

Tints of Olivine #A6CD6C

Color information

#A6CD6C (or 0xA6CD6C) is unknown color: approx Olivine. HEX triplet: A6, CD and 6C. RGB value is (166,205,108). Sum of RGB (Red+Green+Blue) = 166+205+108=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CD6C is #593293. Grayscale: #B6B6B6. Windows color (decimal): -5845652 or 7130534. OLE color: 7130534.

HSL color Cylindrical-coordinate representation of color #A6CD6C: hue angle of 84.12º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6CD6C is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB166205108-
CMYK0.1900.470.20
HSL84.12º49.24%61.37%-
HSV(B)84.12º47.32%80.39%-
XYZ40.2652.8522.27-
YUV182.2886.08116.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 108 (42.58% from 255) = 22.55%
R=34.66%
G=42.80%
B=22.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1662051080.1900.470.2084.1249.2461.37
HexA6CD6C1302F1454313d
Octal24631515423057241246175
Binary10100110110011011101100100110101111101001010100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CD6C; }

 p { color: rgb(166,205,108); }

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

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

 a { background-color: rgb(166,205,108); }

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

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

 span { border-color: rgb(166,205,108); }

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