Html Css Color HEX #70AA13 Christi

📋 copy color: '#70AA13'

red 112 ◦ green 170 ◦ blue 19

#70AA13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #70AA13

Tints of Christi #70AA13

RGB

 RED value IS 112 (44.14% from 255) = 37.21%

 GREEN value IS 170 (66.8% from 255) = 56.48%

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 37.21%
G = 56.48%
B = 6.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#70AA13 (or 0x70AA13) is known color: Christi. HEX triplet: 70, AA and 13. RGB value is (112,170,19). Sum of RGB (Red+Green+Blue) = 112+170+19=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 170 (66.80% from 255 or 56.48% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AA13 is #8F55EC. Grayscale: #878787. Windows color (decimal): -9393645 or 1288816. OLE color: 1288816.

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

Color convert

RGB 112 170 19 -
CMYK 0.34 0 0.89 0.33
HSL 83.05º 0.8% 0.37% -
HSV(B) 83.05º 0.89% 0.67% -
XYZ 21.17 32.24 5.72 -
YUV 135.44 62.28 111.28 -
System Red Green Blue C M Y K H S L
Decimal 112 170 19 0.34 0 0.89 0.33 83.05 0.8 0.37
Hex 70 AA 13 22 0 59 21 53 50 25
Octal 160 252 23 42 0 131 41 123 120 45
Binary 1110000 10101010 10011 100010 0 1011001 100001 1010011 1010000 100101

Color Harmonies of #70AA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA13

Black with #70AA13

Text Example


Text Example

White with #70AA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70AA13;
 }
 .AnyTagClassName
 {
   color: #70AA13;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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