#A8CA6C

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

Shades of Olivine #A8CA6C

Tints of Olivine #A8CA6C

Color information

#A8CA6C (or 0xA8CA6C) is unknown color: approx Olivine. HEX triplet: A8, CA and 6C. RGB value is (168,202,108). Sum of RGB (Red+Green+Blue) = 168+202+108=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA6C is #573593. Grayscale: #B5B5B5. Windows color (decimal): -5715348 or 7129768. OLE color: 7129768.

HSL color Cylindrical-coordinate representation of color #A8CA6C: hue angle of 81.7º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8CA6C is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB168202108-
CMYK0.1700.470.21
HSL81.7º47%60.78%-
HSV(B)81.7º46.53%79.22%-
XYZ39.9851.6522.05-
YUV181.1286.74118.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 202 (79.30% from 255) = 42.26%
BLUE value IS 108 (42.58% from 255) = 22.59%
R=35.15%
G=42.26%
B=22.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682021080.1700.470.2181.74760.78
HexA8CA6C1102F15522f3d
Octal25031215421057251225775
Binary10101000110010101101100100010101111101011010010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CA6C; }

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

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

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

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

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

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

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

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