#A5CE70

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

Shades of Olivine #A5CE70

Tints of Olivine #A5CE70

Color information

#A5CE70 (or 0xA5CE70) is unknown color: approx Olivine. HEX triplet: A5, CE and 70. RGB value is (165,206,112). Sum of RGB (Red+Green+Blue) = 165+206+112=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CE70 is #5A318F. Grayscale: #B7B7B7. Windows color (decimal): -5910928 or 7392933. OLE color: 7392933.

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

Color convert

RGB165206112-
CMYK0.2000.460.19
HSL86.17º48.96%62.35%-
HSV(B)86.17º45.63%80.78%-
XYZ40.5153.3123.48-
YUV183.0287.92115.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 206 (80.86% from 255) = 42.65%
BLUE value IS 112 (44.14% from 255) = 23.19%
R=34.16%
G=42.65%
B=23.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652061120.2000.460.1986.1748.9662.35
HexA5CE701402E1356313e
Octal24531616024056231266176
Binary10100101110011101110000101000101110100111010110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CE70; }

 p { color: rgb(165,206,112); }

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

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

 a { background-color: rgb(165,206,112); }

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

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

 span { border-color: rgb(165,206,112); }

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