Html Css Color HEX #127F11 Green

📋 copy color: '#127F11'

red 18 ◦ green 127 ◦ blue 17

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

Shades of Green #127F11

Tints of Green #127F11

RGB

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

 GREEN value IS 127 (50% from 255) = 78.4%

 BLUE value IS 17 (7.03% from 255) = 10.49%

R = 11.11%
G = 78.4%
B = 10.49%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#127F11 (or 0x127F11) is known color: Green. HEX triplet: 12, 7F and 11. RGB value is (18,127,17). Sum of RGB (Red+Green+Blue) = 18+127+17=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 127 (50% from 255 or 78.40% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 127 - color contains mainly: green. Hex color #127F11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127F11 is #ED80EE. Grayscale: #525252. Windows color (decimal): -15565039 or 1146642. OLE color: 1146642.

HSL color Cylindrical-coordinate representation of color #127F11: hue angle of 119.45º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #127F11 is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 127 17 -
CMYK 0.86 0 0.87 0.50
HSL 119.45º 0.76% 0.28% -
HSV(B) 119.45º 0.87% 0.5% -
XYZ 7.94 15.35 3.07 -
YUV 81.87 91.39 82.44 -
System Red Green Blue C M Y K H S L
Decimal 18 127 17 0.86 0 0.87 0.50 119.45 0.76 0.28
Hex 12 7F 11 56 0 57 32 77 4C 1C
Octal 22 177 21 126 0 127 62 167 114 34
Binary 10010 1111111 10001 1010110 0 1010111 110010 1110111 1001100 11100

Color Harmonies of #127F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127F11

Black with #127F11

Text Example


Text Example

White with #127F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,127,17); }

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

background-color css

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

 a { background-color: rgb(18,127,17); }

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

border-color css

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

 span { border-color: rgb(18,127,17); }

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