Html Css Color HEX #127C05 Green

📋 copy color: '#127C05'

red 18 ◦ green 124 ◦ blue 5

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

Shades of Green #127C05

Tints of Green #127C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.4%

R = 12.24%
G = 84.35%
B = 3.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#127C05 (or 0x127C05) is known color: Green. HEX triplet: 12, 7C and 05. RGB value is (18,124,5). Sum of RGB (Red+Green+Blue) = 18+124+5=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 124 (48.83% from 255 or 84.35% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 124 - color contains mainly: green. Hex color #127C05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127C05 is #ED83FA. Grayscale: #4F4F4F. Windows color (decimal): -15565819 or 359442. OLE color: 359442.

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

Color convert

RGB 18 124 5 -
CMYK 0.85 0 0.96 0.51
HSL 113.45º 0.92% 0.25% -
HSV(B) 113.45º 0.96% 0.49% -
XYZ 7.48 14.55 2.56 -
YUV 78.74 86.38 84.68 -
System Red Green Blue C M Y K H S L
Decimal 18 124 5 0.85 0 0.96 0.51 113.45 0.92 0.25
Hex 12 7C 5 55 0 60 33 71 5C 19
Octal 22 174 5 125 0 140 63 161 134 31
Binary 10010 1111100 101 1010101 0 1100000 110011 1110001 1011100 11001

Color Harmonies of #127C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C05

Black with #127C05

Text Example


Text Example

White with #127C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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