Html Css Color HEX #127900 Green

📋 copy color: '#127900'

red 18 ◦ green 121 ◦ blue 0

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

Shades of Green #127900

Tints of Green #127900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 87.05%

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

R = 12.95%
G = 87.05%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#127900 (or 0x127900) is known color: Green. HEX triplet: 12, 79 and 00. RGB value is (18,121,0). Sum of RGB (Red+Green+Blue) = 18+121+0=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 121 (47.66% from 255 or 87.05% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 121 - color contains mainly: green. Hex color #127900 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127900 is #ED86FF. Grayscale: #4C4C4C. Windows color (decimal): -15566592 or 30994. OLE color: 30994.

HSL color Cylindrical-coordinate representation of color #127900: hue angle of 111.07º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #127900 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 121 0 -
CMYK 0.85 0 1 0.53
HSL 111.07º 1% 0.24% -
HSV(B) 111.07º 1% 0.47% -
XYZ 7.09 13.8 2.29 -
YUV 76.41 84.88 86.34 -
System Red Green Blue C M Y K H S L
Decimal 18 121 0 0.85 0 1 0.53 111.07 1 0.24
Hex 12 79 0 55 0 64 35 6F 64 18
Octal 22 171 0 125 0 144 65 157 144 30
Binary 10010 1111001 0 1010101 0 1100100 110101 1101111 1100100 11000

Color Harmonies of #127900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127900

Black with #127900

Text Example


Text Example

White with #127900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127900; }

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

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

background-color css

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

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

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

border-color css

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

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

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