#A1CF69

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

Shades of Olivine #A1CF69

Tints of Olivine #A1CF69

Color information

#A1CF69 (or 0xA1CF69) is unknown color: approx Olivine. HEX triplet: A1, CF and 69. RGB value is (161,207,105). Sum of RGB (Red+Green+Blue) = 161+207+105=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CF69 is #5E3096. Grayscale: #B5B5B5. Windows color (decimal): -6172823 or 6934433. OLE color: 6934433.

HSL color Cylindrical-coordinate representation of color #A1CF69: hue angle of 87.06º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1CF69 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB161207105-
CMYK0.2200.490.19
HSL87.06º51.52%61.18%-
HSV(B)87.06º49.28%81.18%-
XYZ39.5653.2221.55-
YUV181.6284.76113.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 207 (81.25% from 255) = 43.76%
BLUE value IS 105 (41.41% from 255) = 22.20%
R=34.04%
G=43.76%
B=22.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612071050.2200.490.1987.0651.5261.18
HexA1CF69160311357343d
Octal24131715126061231276475
Binary10100001110011111101001101100110001100111010111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CF69; }

 p { color: rgb(161,207,105); }

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

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

 a { background-color: rgb(161,207,105); }

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

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

 span { border-color: rgb(161,207,105); }

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