Html Css Color HEX #127C02 Green

📋 copy color: '#127C02'

red 18 ◦ green 124 ◦ blue 2

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

Shades of Green #127C02

Tints of Green #127C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.39%

R = 12.5%
G = 86.11%
B = 1.39%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#127C02 (or 0x127C02) is known color: Green. HEX triplet: 12, 7C and 02. RGB value is (18,124,2). Sum of RGB (Red+Green+Blue) = 18+124+2=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 124 (48.83% from 255 or 86.11% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 124 - color contains mainly: green. Hex color #127C02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127C02 is #ED83FD. Grayscale: #4E4E4E. Windows color (decimal): -15565822 or 162834. OLE color: 162834.

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

Color convert

RGB 18 124 2 -
CMYK 0.85 0 0.98 0.51
HSL 112.13º 0.97% 0.25% -
HSV(B) 112.13º 0.98% 0.49% -
XYZ 7.47 14.55 2.47 -
YUV 78.4 84.88 84.92 -
System Red Green Blue C M Y K H S L
Decimal 18 124 2 0.85 0 0.98 0.51 112.13 0.97 0.25
Hex 12 7C 2 55 0 62 33 70 61 19
Octal 22 174 2 125 0 142 63 160 141 31
Binary 10010 1111100 10 1010101 0 1100010 110011 1110000 1100001 11001

Color Harmonies of #127C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C02

Black with #127C02

Text Example


Text Example

White with #127C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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