#A4CE69

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

Shades of Olivine #A4CE69

Tints of Olivine #A4CE69

Color information

#A4CE69 (or 0xA4CE69) is unknown color: approx Olivine. HEX triplet: A4, CE and 69. RGB value is (164,206,105). Sum of RGB (Red+Green+Blue) = 164+206+105=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CE69 is #5B3196. Grayscale: #B6B6B6. Windows color (decimal): -5976471 or 6934180. OLE color: 6934180.

HSL color Cylindrical-coordinate representation of color #A4CE69: hue angle of 84.95º degrees, saturation: 0.51, 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 #A4CE69 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB164206105-
CMYK0.2000.490.19
HSL84.95º50.75%60.98%-
HSV(B)84.95º49.03%80.78%-
XYZ39.9353.0621.5-
YUV181.9384.59115.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 206 (80.86% from 255) = 43.37%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=34.53%
G=43.37%
B=22.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642061050.2000.490.1984.9550.7560.98
HexA4CE69140311355333d
Octal24431615124061231256375
Binary10100100110011101101001101000110001100111010101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CE69; }

 p { color: rgb(164,206,105); }

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

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

 a { background-color: rgb(164,206,105); }

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

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

 span { border-color: rgb(164,206,105); }

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