Html Css Color HEX #0C701A Green

📋 copy color: '#0C701A'

red 12 ◦ green 112 ◦ blue 26

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

Shades of Green #0C701A

Tints of Green #0C701A

RGB

 RED value IS 12 (5.08% from 255) = 8%

 GREEN value IS 112 (44.14% from 255) = 74.67%

 BLUE value IS 26 (10.55% from 255) = 17.33%

R = 8%
G = 74.67%
B = 17.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#0C701A (or 0x0C701A) is known color: Green. HEX triplet: 0C, 70 and 1A. RGB value is (12,112,26). Sum of RGB (Red+Green+Blue) = 12+112+26=150 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8% from 150); Green value is 112 (44.14% from 255 or 74.67% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 112 - color contains mainly: green. Hex color #0C701A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C701A is #F38FE5. Grayscale: #484848. Windows color (decimal): -15962086 or 1732620. OLE color: 1732620.

HSL color Cylindrical-coordinate representation of color #0C701A: hue angle of 128.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C701A is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 112 26 -
CMYK 0.89 0 0.77 0.56
HSL 128.4º 0.81% 0.24% -
HSV(B) 128.4º 0.89% 0.44% -
XYZ 6.13 11.74 2.92 -
YUV 72.3 101.87 84.99 -
System Red Green Blue C M Y K H S L
Decimal 12 112 26 0.89 0 0.77 0.56 128.4 0.81 0.24
Hex C 70 1A 59 0 4D 38 80 51 18
Octal 14 160 32 131 0 115 70 200 121 30
Binary 1100 1110000 11010 1011001 0 1001101 111000 10000000 1010001 11000

Color Harmonies of #0C701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C701A

Black with #0C701A

Text Example


Text Example

White with #0C701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C701A; }

 p { color: rgb(12,112,26); }

 H1.HeaderClassName
 {
   color: #0C701A;
 }
 .AnyTagClassName
 {
   color: #0C701A;
 }
</style>

background-color css

<style>
 a { background-color: #0C701A; }

 a { background-color: rgb(12,112,26); }

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

border-color css

<style>
 span { border-color: #0C701A; }

 span { border-color: rgb(12,112,26); }

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