Html Css Color HEX #70BC09 Christi

📋 copy color: '#70BC09'

red 112 ◦ green 188 ◦ blue 9

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

Shades of Christi #70BC09

Tints of Christi #70BC09

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.84%

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

R = 36.25%
G = 60.84%
B = 2.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#70BC09 (or 0x70BC09) is known color: Christi. HEX triplet: 70, BC and 09. RGB value is (112,188,9). Sum of RGB (Red+Green+Blue) = 112+188+9=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BC09 is #8F43F6. Grayscale: #919191. Windows color (decimal): -9389047 or 638064. OLE color: 638064.

HSL color Cylindrical-coordinate representation of color #70BC09: hue angle of 85.47º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70BC09 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 9 -
CMYK 0.40 0 0.95 0.26
HSL 85.47º 0.91% 0.39% -
HSV(B) 85.47º 0.95% 0.74% -
XYZ 24.71 39.43 6.57 -
YUV 144.87 51.32 104.55 -
System Red Green Blue C M Y K H S L
Decimal 112 188 9 0.40 0 0.95 0.26 85.47 0.91 0.39
Hex 70 BC 9 28 0 5F 1A 55 5B 27
Octal 160 274 11 50 0 137 32 125 133 47
Binary 1110000 10111100 1001 101000 0 1011111 11010 1010101 1011011 100111

Color Harmonies of #70BC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC09

Black with #70BC09

Text Example


Text Example

White with #70BC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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