#A8C26C

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

Shades of Olivine #A8C26C

Tints of Olivine #A8C26C

Color information

#A8C26C (or 0xA8C26C) is unknown color: approx Olivine. HEX triplet: A8, C2 and 6C. RGB value is (168,194,108). Sum of RGB (Red+Green+Blue) = 168+194+108=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C26C is #573D93. Grayscale: #B0B0B0. Windows color (decimal): -5717396 or 7127720. OLE color: 7127720.

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

Color convert

RGB168194108-
CMYK0.1300.440.24
HSL78.14º41.35%59.22%-
HSV(B)78.14º44.33%76.08%-
XYZ38.1547.9921.44-
YUV176.4289.39121.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 194 (76.17% from 255) = 41.28%
BLUE value IS 108 (42.58% from 255) = 22.98%
R=35.74%
G=41.28%
B=22.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681941080.1300.440.2478.1441.3559.22
HexA8C26CD02C184e293b
Octal25030215415054301165173
Binary1010100011000010110110011010101100110001001110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C26C; }

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

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

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

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

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

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

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

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