#A5CF70

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

Shades of Olivine #A5CF70

Tints of Olivine #A5CF70

Color information

#A5CF70 (or 0xA5CF70) is unknown color: approx Olivine. HEX triplet: A5, CF and 70. RGB value is (165,207,112). Sum of RGB (Red+Green+Blue) = 165+207+112=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CF70 is #5A308F. Grayscale: #B7B7B7. Windows color (decimal): -5910672 or 7393189. OLE color: 7393189.

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

Color convert

RGB165207112-
CMYK0.2000.460.19
HSL86.53º49.74%62.55%-
HSV(B)86.53º45.89%81.18%-
XYZ40.7553.7923.56-
YUV183.6187.59114.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 207 (81.25% from 255) = 42.77%
BLUE value IS 112 (44.14% from 255) = 23.14%
R=34.09%
G=42.77%
B=23.14%

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
Decimal1652071120.2000.460.1986.5349.7462.55
HexA5CF701402E1357323f
Octal24531716024056231276277
Binary10100101110011111110000101000101110100111010111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CF70; }

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

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

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

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

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

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

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

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