#A8CA69

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

Shades of Olivine #A8CA69

Tints of Olivine #A8CA69

Color information

#A8CA69 (or 0xA8CA69) is unknown color: approx Olivine. HEX triplet: A8, CA and 69. RGB value is (168,202,105). Sum of RGB (Red+Green+Blue) = 168+202+105=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA69 is #573596. Grayscale: #B5B5B5. Windows color (decimal): -5715351 or 6933160. OLE color: 6933160.

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

Color convert

RGB168202105-
CMYK0.1700.480.21
HSL81.03º47.78%60.2%-
HSV(B)81.03º48.02%79.22%-
XYZ39.8251.5921.22-
YUV180.7885.24118.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=35.37%
G=42.53%
B=22.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682021050.1700.480.2181.0347.7860.2
HexA8CA69110301551303c
Octal25031215121060251216074
Binary10101000110010101101001100010110000101011010001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CA69; }

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

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

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

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

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

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

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

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