#70AC0D

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

Shades of Christi #70AC0D

Tints of Christi #70AC0D

Color information

#70AC0D (or 0x70AC0D) is unknown color: approx Christi. HEX triplet: 70, AC and 0D. RGB value is (112,172,13). Sum of RGB (Red+Green+Blue) = 112+172+13=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AC0D is #8F53F2. Grayscale: #888888. Windows color (decimal): -9393139 or 896112. OLE color: 896112.

HSL color Cylindrical-coordinate representation of color #70AC0D: hue angle of 82.64º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70AC0D is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB11217213-
CMYK0.3500.920.33
HSL82.64º85.95%36.27%-
HSV(B)82.64º92.44%67.45%-
XYZ21.5132.985.61-
YUV135.9358.62110.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 172 (67.58% from 255) = 57.91%
BLUE value IS 13 (5.47% from 255) = 4.38%
R=37.71%
G=57.91%
B=4.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112172130.3500.920.3382.6485.9536.27
Hex70ACD2305C21535624
Octal160254154301344112312644
Binary11100001010110011011000110101110010000110100111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AC0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,172,13); }

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

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

 a { background-color: rgb(112,172,13); }

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

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

 span { border-color: rgb(112,172,13); }

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