Html Css Color HEX #127C0B Green

📋 copy color: '#127C0B'

red 18 ◦ green 124 ◦ blue 11

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

Shades of Green #127C0B

Tints of Green #127C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.19%

R = 11.76%
G = 81.05%
B = 7.19%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#127C0B (or 0x127C0B) is known color: Green. HEX triplet: 12, 7C and 0B. RGB value is (18,124,11). Sum of RGB (Red+Green+Blue) = 18+124+11=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 124 (48.83% from 255 or 81.05% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 124 - color contains mainly: green. Hex color #127C0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127C0B is #ED83F4. Grayscale: #4F4F4F. Windows color (decimal): -15565813 or 752658. OLE color: 752658.

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

Color convert

RGB 18 124 11 -
CMYK 0.85 0 0.91 0.51
HSL 116.28º 0.84% 0.26% -
HSV(B) 116.28º 0.91% 0.49% -
XYZ 7.52 14.57 2.73 -
YUV 79.42 89.38 84.19 -
System Red Green Blue C M Y K H S L
Decimal 18 124 11 0.85 0 0.91 0.51 116.28 0.84 0.26
Hex 12 7C B 55 0 5B 33 74 54 1A
Octal 22 174 13 125 0 133 63 164 124 32
Binary 10010 1111100 1011 1010101 0 1011011 110011 1110100 1010100 11010

Color Harmonies of #127C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C0B

Black with #127C0B

Text Example


Text Example

White with #127C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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