Html Css Color HEX #127000 Green

📋 copy color: '#127000'

red 18 ◦ green 112 ◦ blue 0

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

Shades of Green #127000

Tints of Green #127000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 86.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 13.85%
G = 86.15%
B = 0%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#127000 (or 0x127000) is known color: Green. HEX triplet: 12, 70 and 00. RGB value is (18,112,0). Sum of RGB (Red+Green+Blue) = 18+112+0=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 112 (44.14% from 255 or 86.15% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 112 - color contains mainly: green. Hex color #127000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127000 is #ED8FFF. Grayscale: #474747. Windows color (decimal): -15568896 or 28690. OLE color: 28690.

HSL color Cylindrical-coordinate representation of color #127000: hue angle of 110.36º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #127000 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 0 -
CMYK 0.84 0 1 0.56
HSL 110.36º 1% 0.22% -
HSV(B) 110.36º 1% 0.44% -
XYZ 6.04 11.72 1.94 -
YUV 71.13 87.86 90.11 -
System Red Green Blue C M Y K H S L
Decimal 18 112 0 0.84 0 1 0.56 110.36 1 0.22
Hex 12 70 0 54 0 64 38 6E 64 16
Octal 22 160 0 124 0 144 70 156 144 26
Binary 10010 1110000 0 1010100 0 1100100 111000 1101110 1100100 10110

Color Harmonies of #127000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127000

Black with #127000

Text Example


Text Example

White with #127000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127000; }

 p { color: rgb(18,112,0); }

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

background-color css

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

 a { background-color: rgb(18,112,0); }

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

border-color css

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

 span { border-color: rgb(18,112,0); }

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