Html Css Color HEX #70AC09 Christi

📋 copy color: '#70AC09'

red 112 ◦ green 172 ◦ blue 9

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

Shades of Christi #70AC09

Tints of Christi #70AC09

RGB

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

 GREEN value IS 172 (67.58% from 255) = 58.7%

 BLUE value IS 9 (3.91% from 255) = 3.07%

R = 38.23%
G = 58.7%
B = 3.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#70AC09 (or 0x70AC09) is known color: Christi. HEX triplet: 70, AC and 09. RGB value is (112,172,9). Sum of RGB (Red+Green+Blue) = 112+172+9=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 172 (67.58% from 255 or 58.70% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AC09 is #8F53F6. Grayscale: #888888. Windows color (decimal): -9393143 or 633968. OLE color: 633968.

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

Color convert

RGB 112 172 9 -
CMYK 0.35 0 0.95 0.33
HSL 82.09º 0.9% 0.35% -
HSV(B) 82.09º 0.95% 0.67% -
XYZ 21.48 32.97 5.49 -
YUV 135.48 56.62 111.25 -
System Red Green Blue C M Y K H S L
Decimal 112 172 9 0.35 0 0.95 0.33 82.09 0.9 0.35
Hex 70 AC 9 23 0 5F 21 52 5A 23
Octal 160 254 11 43 0 137 41 122 132 43
Binary 1110000 10101100 1001 100011 0 1011111 100001 1010010 1011010 100011

Color Harmonies of #70AC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AC09

Black with #70AC09

Text Example


Text Example

White with #70AC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,172,9); }

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

background-color css

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

 a { background-color: rgb(112,172,9); }

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

border-color css

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

 span { border-color: rgb(112,172,9); }

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