Html Css Color HEX #128B0E Green

📋 copy color: '#128B0E'

red 18 ◦ green 139 ◦ blue 14

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

Shades of Green #128B0E

Tints of Green #128B0E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 81.29%

 BLUE value IS 14 (5.86% from 255) = 8.19%

R = 10.53%
G = 81.29%
B = 8.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#128B0E (or 0x128B0E) is known color: Green. HEX triplet: 12, 8B and 0E. RGB value is (18,139,14). Sum of RGB (Red+Green+Blue) = 18+139+14=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 139 (54.69% from 255 or 81.29% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 139 - color contains mainly: green. Hex color #128B0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128B0E is #ED74F1. Grayscale: #585858. Windows color (decimal): -15561970 or 953106. OLE color: 953106.

HSL color Cylindrical-coordinate representation of color #128B0E: hue angle of 118.08º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128B0E is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 139 14 -
CMYK 0.87 0 0.90 0.45
HSL 118.08º 0.82% 0.3% -
HSV(B) 118.08º 0.9% 0.55% -
XYZ 9.56 18.63 3.51 -
YUV 88.57 85.91 77.66 -
System Red Green Blue C M Y K H S L
Decimal 18 139 14 0.87 0 0.90 0.45 118.08 0.82 0.3
Hex 12 8B E 57 0 5A 2D 76 52 1E
Octal 22 213 16 127 0 132 55 166 122 36
Binary 10010 10001011 1110 1010111 0 1011010 101101 1110110 1010010 11110

Color Harmonies of #128B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128B0E

Black with #128B0E

Text Example


Text Example

White with #128B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128B0E; }

 p { color: rgb(18,139,14); }

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

background-color css

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

 a { background-color: rgb(18,139,14); }

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

border-color css

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

 span { border-color: rgb(18,139,14); }

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