#70AD04

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

Shades of Christi #70AD04

Tints of Christi #70AD04

Color information

#70AD04 (or 0x70AD04) is unknown color: approx Christi. HEX triplet: 70, AD and 04. RGB value is (112,173,4). Sum of RGB (Red+Green+Blue) = 112+173+4=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 173 (67.97% from 255 or 59.86% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AD04 is #8F52FB. Grayscale: #888888. Windows color (decimal): -9392892 or 306544. OLE color: 306544.

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

Color convert

RGB1121734-
CMYK0.3500.980.32
HSL81.66º95.48%34.71%-
HSV(B)81.66º97.69%67.84%-
XYZ21.6533.345.41-
YUV135.4953.79111.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 173 (67.97% from 255) = 59.86%
BLUE value IS 4 (1.95% from 255) = 1.38%
R=38.75%
G=59.86%
B=1.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11217340.3500.980.3281.6695.4834.71
Hex70AD42306220525f23
Octal16025544301424012213743
Binary1110000101011011001000110110001010000010100101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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