#70AF11

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

Shades of Christi #70AF11

Tints of Christi #70AF11

Color information

#70AF11 (or 0x70AF11) is unknown color: approx Christi. HEX triplet: 70, AF and 11. RGB value is (112,175,17). Sum of RGB (Red+Green+Blue) = 112+175+17=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 175 (68.75% from 255 or 57.57% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AF11 is #8F50EE. Grayscale: #8A8A8A. Windows color (decimal): -9392367 or 1159024. OLE color: 1159024.

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

Color convert

RGB11217517-
CMYK0.3600.900.31
HSL83.92º82.29%37.65%-
HSV(B)83.92º90.29%68.63%-
XYZ22.1134.155.96-
YUV138.1559.63109.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 175 (68.75% from 255) = 57.57%
BLUE value IS 17 (7.03% from 255) = 5.59%
R=36.84%
G=57.57%
B=5.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112175170.3600.900.3183.9282.2937.65
Hex70AF112405A1F545226
Octal160257214401323712412246
Binary11100001010111110001100100010110101111110101001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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