#70AE24

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

Shades of Christi #70AE24

Tints of Christi #70AE24

Color information

#70AE24 (or 0x70AE24) is unknown color: approx Christi. HEX triplet: 70, AE and 24. RGB value is (112,174,36). Sum of RGB (Red+Green+Blue) = 112+174+36=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 174 (68.36% from 255 or 54.04% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AE24 is #8F51DB. Grayscale: #8C8C8C. Windows color (decimal): -9392604 or 2403952. OLE color: 2403952.

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

Color convert

RGB11217436-
CMYK0.3600.790.32
HSL86.96º65.71%41.18%-
HSV(B)86.96º79.31%68.24%-
XYZ22.1433.847.03-
YUV139.7369.46108.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 174 (68.36% from 255) = 54.04%
BLUE value IS 36 (14.45% from 255) = 11.18%
R=34.78%
G=54.04%
B=11.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112174360.3600.790.3286.9665.7141.18
Hex70AE242404F20574229
Octal160256444401174012710251
Binary1110000101011101001001001000100111110000010101111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AE24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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