#70AE04

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

Shades of Christi #70AE04

Tints of Christi #70AE04

Color information

#70AE04 (or 0x70AE04) is unknown color: approx Christi. HEX triplet: 70, AE and 04. RGB value is (112,174,4). Sum of RGB (Red+Green+Blue) = 112+174+4=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 174 (68.36% from 255 or 60% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AE04 is #8F51FB. Grayscale: #888888. Windows color (decimal): -9392636 or 306800. OLE color: 306800.

HSL color Cylindrical-coordinate representation of color #70AE04: hue angle of 81.88º degrees, saturation: 0.96, 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 #70AE04 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1121744-
CMYK0.3600.980.32
HSL81.88º95.51%34.9%-
HSV(B)81.88º97.7%68.24%-
XYZ21.8433.735.47-
YUV136.0853.46110.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 174 (68.36% from 255) = 60%
BLUE value IS 4 (1.95% from 255) = 1.38%
R=38.62%
G=60%
B=1.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11217440.3600.980.3281.8895.5134.9
Hex70AE42406220526023
Octal16025644401424012214043
Binary1110000101011101001001000110001010000010100101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AE04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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