#A1D068

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

Shades of Olivine #A1D068

Tints of Olivine #A1D068

Color information

#A1D068 (or 0xA1D068) is unknown color: approx Olivine. HEX triplet: A1, D0 and 68. RGB value is (161,208,104). Sum of RGB (Red+Green+Blue) = 161+208+104=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D068 is #5E2F97. Grayscale: #B6B6B6. Windows color (decimal): -6172568 or 6869153. OLE color: 6869153.

HSL color Cylindrical-coordinate representation of color #A1D068: hue angle of 87.12º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1D068 is Cyan = 0.23, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB161208104-
CMYK0.2300.50.18
HSL87.12º52.53%61.18%-
HSV(B)87.12º50%81.57%-
XYZ39.7553.6921.36-
YUV182.0983.93112.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 208 (81.64% from 255) = 43.97%
BLUE value IS 104 (41.02% from 255) = 21.99%
R=34.04%
G=43.97%
B=21.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612081040.2300.50.1887.1252.5361.18
HexA1D068170321257353d
Octal24132015027062221276575
Binary10100001110100001101000101110110010100101010111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D068; }

 p { color: rgb(161,208,104); }

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

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

 a { background-color: rgb(161,208,104); }

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

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

 span { border-color: rgb(161,208,104); }

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