Html Css Color HEX #127C04 Green

📋 copy color: '#127C04'

red 18 ◦ green 124 ◦ blue 4

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

Shades of Green #127C04

Tints of Green #127C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.74%

R = 12.33%
G = 84.93%
B = 2.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#127C04 (or 0x127C04) is known color: Green. HEX triplet: 12, 7C and 04. RGB value is (18,124,4). Sum of RGB (Red+Green+Blue) = 18+124+4=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 124 (48.83% from 255 or 84.93% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 124 - color contains mainly: green. Hex color #127C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127C04 is #ED83FB. Grayscale: #4F4F4F. Windows color (decimal): -15565820 or 293906. OLE color: 293906.

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

Color convert

RGB 18 124 4 -
CMYK 0.85 0 0.97 0.51
HSL 113º 0.94% 0.25% -
HSV(B) 113º 0.97% 0.49% -
XYZ 7.48 14.55 2.53 -
YUV 78.63 85.88 84.76 -
System Red Green Blue C M Y K H S L
Decimal 18 124 4 0.85 0 0.97 0.51 113 0.94 0.25
Hex 12 7C 4 55 0 61 33 71 5E 19
Octal 22 174 4 125 0 141 63 161 136 31
Binary 10010 1111100 100 1010101 0 1100001 110011 1110001 1011110 11001

Color Harmonies of #127C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C04

Black with #127C04

Text Example


Text Example

White with #127C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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