#70AF19

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

Shades of Christi #70AF19

Tints of Christi #70AF19

Color information

#70AF19 (or 0x70AF19) is unknown color: approx Christi. HEX triplet: 70, AF and 19. RGB value is (112,175,25). Sum of RGB (Red+Green+Blue) = 112+175+25=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AF19 is #8F50E6. Grayscale: #8B8B8B. Windows color (decimal): -9392359 or 1683312. OLE color: 1683312.

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

Color convert

RGB11217525-
CMYK0.3600.860.31
HSL85.2º75%39.22%-
HSV(B)85.2º85.71%68.63%-
XYZ22.1934.176.35-
YUV139.0663.63108.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 175 (68.75% from 255) = 56.09%
BLUE value IS 25 (10.16% from 255) = 8.01%
R=35.90%
G=56.09%
B=8.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112175250.3600.860.3185.27539.22
Hex70AF19240561F554b27
Octal160257314401263712511347
Binary11100001010111111001100100010101101111110101011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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