#70AF09

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

Shades of Christi #70AF09

Tints of Christi #70AF09

Color information

#70AF09 (or 0x70AF09) is unknown color: approx Christi. HEX triplet: 70, AF and 09. RGB value is (112,175,9). Sum of RGB (Red+Green+Blue) = 112+175+9=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 175 (68.75% from 255 or 59.12% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AF09 is #8F50F6. Grayscale: #898989. Windows color (decimal): -9392375 or 634736. OLE color: 634736.

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

Color convert

RGB1121759-
CMYK0.3600.950.31
HSL82.77º90.22%36.08%-
HSV(B)82.77º94.86%68.63%-
XYZ22.0634.125.68-
YUV137.2455.63110-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.84%
GREEN value IS 175 (68.75% from 255) = 59.12%
BLUE value IS 9 (3.91% from 255) = 3.04%
R=37.84%
G=59.12%
B=3.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11217590.3600.950.3182.7790.2236.08
Hex70AF92405F1F535a24
Octal160257114401373712313244
Binary1110000101011111001100100010111111111110100111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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