Html Css Color HEX #0C7C14 Green

📋 copy color: '#0C7C14'

red 12 ◦ green 124 ◦ blue 20

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

Shades of Green #0C7C14

Tints of Green #0C7C14

RGB

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

 GREEN value IS 124 (48.83% from 255) = 79.49%

 BLUE value IS 20 (8.2% from 255) = 12.82%

R = 7.69%
G = 79.49%
B = 12.82%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#0C7C14 (or 0x0C7C14) is known color: Green. HEX triplet: 0C, 7C and 14. RGB value is (12,124,20). Sum of RGB (Red+Green+Blue) = 12+124+20=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 124 (48.83% from 255 or 79.49% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 124 - color contains mainly: green. Hex color #0C7C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7C14 is #F383EB. Grayscale: #4E4E4E. Windows color (decimal): -15959020 or 1342476. OLE color: 1342476.

HSL color Cylindrical-coordinate representation of color #0C7C14: hue angle of 124.29º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7C14 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 12 124 20 -
CMYK 0.90 0 0.84 0.51
HSL 124.29º 0.82% 0.27% -
HSV(B) 124.29º 0.9% 0.49% -
XYZ 7.49 14.54 3.07 -
YUV 78.66 94.89 80.46 -
System Red Green Blue C M Y K H S L
Decimal 12 124 20 0.90 0 0.84 0.51 124.29 0.82 0.27
Hex C 7C 14 5A 0 54 33 7C 52 1B
Octal 14 174 24 132 0 124 63 174 122 33
Binary 1100 1111100 10100 1011010 0 1010100 110011 1111100 1010010 11011

Color Harmonies of #0C7C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7C14

Black with #0C7C14

Text Example


Text Example

White with #0C7C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,124,20); }

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

background-color css

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

 a { background-color: rgb(12,124,20); }

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

border-color css

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

 span { border-color: rgb(12,124,20); }

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