#70AB02

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

Shades of Christi #70AB02

Tints of Christi #70AB02

Color information

#70AB02 (or 0x70AB02) is unknown color: approx Christi. HEX triplet: 70, AB and 02. RGB value is (112,171,2). Sum of RGB (Red+Green+Blue) = 112+171+2=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 171 (67.19% from 255 or 60% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AB02 is #8F54FD. Grayscale: #868686. Windows color (decimal): -9393406 or 174960. OLE color: 174960.

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

Color convert

RGB1121712-
CMYK0.3500.990.33
HSL80.95º97.69%33.92%-
HSV(B)80.95º98.83%67.06%-
XYZ21.2632.575.22-
YUV134.0953.45112.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 171 (67.19% from 255) = 60%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=39.30%
G=60%
B=0.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11217120.3500.990.3380.9597.6933.92
Hex70AB22306321516222
Octal16025324301434112114242
Binary111000010101011101000110110001110000110100011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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