#A8C26F

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

Shades of Olivine #A8C26F

Tints of Olivine #A8C26F

Color information

#A8C26F (or 0xA8C26F) is unknown color: approx Olivine. HEX triplet: A8, C2 and 6F. RGB value is (168,194,111). Sum of RGB (Red+Green+Blue) = 168+194+111=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C26F is #573D90. Grayscale: #B1B1B1. Windows color (decimal): -5717393 or 7324328. OLE color: 7324328.

HSL color Cylindrical-coordinate representation of color #A8C26F: hue angle of 78.8º degrees, saturation: 0.4, 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 #A8C26F is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB168194111-
CMYK0.1300.430.24
HSL78.8º40.49%59.8%-
HSV(B)78.8º42.78%76.08%-
XYZ38.3148.0622.3-
YUV176.7690.89121.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 194 (76.17% from 255) = 41.01%
BLUE value IS 111 (43.75% from 255) = 23.47%
R=35.52%
G=41.01%
B=23.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681941110.1300.430.2478.840.4959.8
HexA8C26FD02B184f283c
Octal25030215715053301175074
Binary1010100011000010110111111010101011110001001111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C26F; }

 p { color: rgb(168,194,111); }

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

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

 a { background-color: rgb(168,194,111); }

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

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

 span { border-color: rgb(168,194,111); }

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