#70AA21

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

Shades of Christi #70AA21

Tints of Christi #70AA21

Color information

#70AA21 (or 0x70AA21) is unknown color: approx Christi. HEX triplet: 70, AA and 21. RGB value is (112,170,33). Sum of RGB (Red+Green+Blue) = 112+170+33=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AA21 is #8F55DE. Grayscale: #898989. Windows color (decimal): -9393631 or 2206320. OLE color: 2206320.

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

Color convert

RGB11217033-
CMYK0.3400.810.33
HSL85.4º67.49%39.8%-
HSV(B)85.4º80.59%66.67%-
XYZ21.3332.36.55-
YUV137.0469.28110.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 170 (66.80% from 255) = 53.97%
BLUE value IS 33 (13.28% from 255) = 10.48%
R=35.56%
G=53.97%
B=10.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112170330.3400.810.3385.467.4939.8
Hex70AA212205121554328
Octal160252414201214112510350
Binary1110000101010101000011000100101000110000110101011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,170,33); }

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

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

 a { background-color: rgb(112,170,33); }

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

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

 span { border-color: rgb(112,170,33); }

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