#70AE2E

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

Shades of Christi #70AE2E

Tints of Christi #70AE2E

Color information

#70AE2E (or 0x70AE2E) is unknown color: approx Christi. HEX triplet: 70, AE and 2E. RGB value is (112,174,46). Sum of RGB (Red+Green+Blue) = 112+174+46=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 174 (68.36% from 255 or 52.41% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AE2E is #8F51D1. Grayscale: #8D8D8D. Windows color (decimal): -9392594 or 3059312. OLE color: 3059312.

HSL color Cylindrical-coordinate representation of color #70AE2E: hue angle of 89.06º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70AE2E is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB11217446-
CMYK0.3600.740.32
HSL89.06º58.18%43.14%-
HSV(B)89.06º73.56%68.24%-
XYZ22.3133.917.95-
YUV140.8774.46107.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.73%
GREEN value IS 174 (68.36% from 255) = 52.41%
BLUE value IS 46 (18.36% from 255) = 13.86%
R=33.73%
G=52.41%
B=13.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112174460.3600.740.3289.0658.1843.14
Hex70AE2E2404A20593a2b
Octal16025656440112401317253
Binary111000010101110101110100100010010101000001011001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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