#A1CD70

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

Shades of Olivine #A1CD70

Tints of Olivine #A1CD70

Color information

#A1CD70 (or 0xA1CD70) is unknown color: approx Olivine. HEX triplet: A1, CD and 70. RGB value is (161,205,112). Sum of RGB (Red+Green+Blue) = 161+205+112=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CD70 is #5E328F. Grayscale: #B5B5B5. Windows color (decimal): -6173328 or 7392673. OLE color: 7392673.

HSL color Cylindrical-coordinate representation of color #A1CD70: hue angle of 88.39º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1CD70 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB161205112-
CMYK0.2100.450.20
HSL88.39º48.19%62.16%-
HSV(B)88.39º45.37%80.39%-
XYZ39.4552.4123.37-
YUV181.2488.92113.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 205 (80.47% from 255) = 42.89%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=33.68%
G=42.89%
B=23.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051120.2100.450.2088.3948.1962.16
HexA1CD701502D1458303e
Octal24131516025055241306076
Binary10100001110011011110000101010101101101001011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CD70; }

 p { color: rgb(161,205,112); }

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

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

 a { background-color: rgb(161,205,112); }

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

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

 span { border-color: rgb(161,205,112); }

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