#A1CF64

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

Shades of Olivine #A1CF64

Tints of Olivine #A1CF64

Color information

#A1CF64 (or 0xA1CF64) is unknown color: approx Olivine. HEX triplet: A1, CF and 64. RGB value is (161,207,100). Sum of RGB (Red+Green+Blue) = 161+207+100=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CF64 is #5E309B. Grayscale: #B5B5B5. Windows color (decimal): -6172828 or 6606753. OLE color: 6606753.

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

Color convert

RGB161207100-
CMYK0.2200.520.19
HSL85.79º52.71%60.2%-
HSV(B)85.79º51.69%81.18%-
XYZ39.3153.1220.24-
YUV181.0582.26113.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 207 (81.25% from 255) = 44.23%
BLUE value IS 100 (39.45% from 255) = 21.37%
R=34.40%
G=44.23%
B=21.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612071000.2200.520.1985.7952.7160.2
HexA1CF64160341356353c
Octal24131714426064231266574
Binary10100001110011111100100101100110100100111010110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CF64; }

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

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

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

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

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

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

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

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