#70AD13

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

Shades of Christi #70AD13

Tints of Christi #70AD13

Color information

#70AD13 (or 0x70AD13) is unknown color: approx Christi. HEX triplet: 70, AD and 13. RGB value is (112,173,19). Sum of RGB (Red+Green+Blue) = 112+173+19=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 173 (67.97% from 255 or 56.91% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AD13 is #8F52EC. Grayscale: #898989. Windows color (decimal): -9392877 or 1289584. OLE color: 1289584.

HSL color Cylindrical-coordinate representation of color #70AD13: hue angle of 83.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70AD13 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB11217319-
CMYK0.3500.890.32
HSL83.77º80.21%37.65%-
HSV(B)83.77º89.02%67.84%-
XYZ21.7433.385.91-
YUV137.261.29110.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 173 (67.97% from 255) = 56.91%
BLUE value IS 19 (7.81% from 255) = 6.25%
R=36.84%
G=56.91%
B=6.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112173190.3500.890.3283.7780.2137.65
Hex70AD132305920545026
Octal160255234301314012412046
Binary111000010101101100111000110101100110000010101001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70AD13; }

 p { color: rgb(112,173,19); }

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

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

 a { background-color: rgb(112,173,19); }

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

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

 span { border-color: rgb(112,173,19); }

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