Html Css Color HEX #0C7E14 Green

📋 copy color: '#0C7E14'

red 12 ◦ green 126 ◦ blue 20

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

Shades of Green #0C7E14

Tints of Green #0C7E14

RGB

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

 GREEN value IS 126 (49.61% from 255) = 79.75%

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

R = 7.59%
G = 79.75%
B = 12.66%

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

#0C7E14 (or 0x0C7E14) is known color: Green. HEX triplet: 0C, 7E and 14. RGB value is (12,126,20). Sum of RGB (Red+Green+Blue) = 12+126+20=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 126 (49.61% from 255 or 79.75% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 126 - color contains mainly: green. Hex color #0C7E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7E14 is #F381EB. Grayscale: #505050. Windows color (decimal): -15958508 or 1342988. OLE color: 1342988.

HSL color Cylindrical-coordinate representation of color #0C7E14: hue angle of 124.21º degrees, saturation: 0.83, 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 #0C7E14 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 12 126 20 -
CMYK 0.90 0 0.84 0.51
HSL 124.21º 0.83% 0.27% -
HSV(B) 124.21º 0.9% 0.49% -
XYZ 7.74 15.05 3.16 -
YUV 79.83 94.23 79.62 -
System Red Green Blue C M Y K H S L
Decimal 12 126 20 0.90 0 0.84 0.51 124.21 0.83 0.27
Hex C 7E 14 5A 0 54 33 7C 53 1B
Octal 14 176 24 132 0 124 63 174 123 33
Binary 1100 1111110 10100 1011010 0 1010100 110011 1111100 1010011 11011

Color Harmonies of #0C7E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7E14

Black with #0C7E14

Text Example


Text Example

White with #0C7E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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