Html Css Color HEX #70AF09 Christi

📋 copy color: '#70AF09'

red 112 ◦ green 175 ◦ blue 9

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

Shades of Christi #70AF09

Tints of Christi #70AF09

RGB

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

 GREEN value IS 175 (68.75% from 255) = 59.12%

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

R = 37.84%
G = 59.12%
B = 3.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#70AF09 (or 0x70AF09) is known color: Christi. HEX triplet: 70, AF and 09. RGB value is (112,175,9). Sum of RGB (Red+Green+Blue) = 112+175+9=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 175 (68.75% from 255 or 59.12% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AF09 is #8F50F6. Grayscale: #898989. Windows color (decimal): -9392375 or 634736. OLE color: 634736.

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

Color convert

RGB 112 175 9 -
CMYK 0.36 0 0.95 0.31
HSL 82.77º 0.9% 0.36% -
HSV(B) 82.77º 0.95% 0.69% -
XYZ 22.06 34.12 5.68 -
YUV 137.24 55.63 110 -
System Red Green Blue C M Y K H S L
Decimal 112 175 9 0.36 0 0.95 0.31 82.77 0.9 0.36
Hex 70 AF 9 24 0 5F 1F 53 5A 24
Octal 160 257 11 44 0 137 37 123 132 44
Binary 1110000 10101111 1001 100100 0 1011111 11111 1010011 1011010 100100

Color Harmonies of #70AF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AF09

Black with #70AF09

Text Example


Text Example

White with #70AF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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