#70AE09

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

Shades of Christi #70AE09

Tints of Christi #70AE09

Color information

#70AE09 (or 0x70AE09) is unknown color: approx Christi. HEX triplet: 70, AE and 09. RGB value is (112,174,9). Sum of RGB (Red+Green+Blue) = 112+174+9=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 174 (68.36% from 255 or 58.98% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AE09 is #8F51F6. Grayscale: #898989. Windows color (decimal): -9392631 or 634480. OLE color: 634480.

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

Color convert

RGB1121749-
CMYK0.3600.950.32
HSL82.55º90.16%35.88%-
HSV(B)82.55º94.83%68.24%-
XYZ21.8733.745.62-
YUV136.6555.96110.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 174 (68.36% from 255) = 58.98%
BLUE value IS 9 (3.91% from 255) = 3.05%
R=37.97%
G=58.98%
B=3.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11217490.3600.950.3282.5590.1635.88
Hex70AE92405F20535a24
Octal160256114401374012313244
Binary11100001010111010011001000101111110000010100111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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