#70AB18

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

Shades of Christi #70AB18

Tints of Christi #70AB18

Color information

#70AB18 (or 0x70AB18) is unknown color: approx Christi. HEX triplet: 70, AB and 18. RGB value is (112,171,24). Sum of RGB (Red+Green+Blue) = 112+171+24=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AB18 is #8F54E7. Grayscale: #898989. Windows color (decimal): -9393384 or 1616752. OLE color: 1616752.

HSL color Cylindrical-coordinate representation of color #70AB18: hue angle of 84.08º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70AB18 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB11217124-
CMYK0.3500.860.33
HSL84.08º75.38%38.24%-
HSV(B)84.08º85.96%67.06%-
XYZ21.4132.646.04-
YUV136.664.45110.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.48%
GREEN value IS 171 (67.19% from 255) = 55.70%
BLUE value IS 24 (9.77% from 255) = 7.82%
R=36.48%
G=55.70%
B=7.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112171240.3500.860.3384.0875.3838.24
Hex70AB182305621544b26
Octal160253304301264112411346
Binary111000010101011110001000110101011010000110101001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AB18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,171,24); }

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

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

 a { background-color: rgb(112,171,24); }

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

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

 span { border-color: rgb(112,171,24); }

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