Html Css Color HEX #127C0E Green

📋 copy color: '#127C0E'

red 18 ◦ green 124 ◦ blue 14

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

Shades of Green #127C0E

Tints of Green #127C0E

RGB

 RED value IS 18 (7.42% from 255) = 11.54%

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

 BLUE value IS 14 (5.86% from 255) = 8.97%

R = 11.54%
G = 79.49%
B = 8.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.89

 K value IS 0.51

RGB Variations

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

Color information

#127C0E (or 0x127C0E) is known color: Green. HEX triplet: 12, 7C and 0E. RGB value is (18,124,14). Sum of RGB (Red+Green+Blue) = 18+124+14=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 124 (48.83% from 255 or 79.49% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 124 - color contains mainly: green. Hex color #127C0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127C0E is #ED83F1. Grayscale: #505050. Windows color (decimal): -15565810 or 949266. OLE color: 949266.

HSL color Cylindrical-coordinate representation of color #127C0E: hue angle of 117.82º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127C0E is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 124 14 -
CMYK 0.85 0 0.89 0.51
HSL 117.82º 0.8% 0.27% -
HSV(B) 117.82º 0.89% 0.49% -
XYZ 7.54 14.58 2.83 -
YUV 79.77 90.88 83.94 -
System Red Green Blue C M Y K H S L
Decimal 18 124 14 0.85 0 0.89 0.51 117.82 0.8 0.27
Hex 12 7C E 55 0 59 33 76 50 1B
Octal 22 174 16 125 0 131 63 166 120 33
Binary 10010 1111100 1110 1010101 0 1011001 110011 1110110 1010000 11011

Color Harmonies of #127C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C0E

Black with #127C0E

Text Example


Text Example

White with #127C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127C0E; }

 p { color: rgb(18,124,14); }

 H1.HeaderClassName
 {
   color: #127C0E;
 }
 .AnyTagClassName
 {
   color: #127C0E;
 }
</style>

background-color css

<style>
 a { background-color: #127C0E; }

 a { background-color: rgb(18,124,14); }

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

border-color css

<style>
 span { border-color: #127C0E; }

 span { border-color: rgb(18,124,14); }

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