Html Css Color HEX #128C00 Green

📋 copy color: '#128C00'

red 18 ◦ green 140 ◦ blue 0

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

Shades of Green #128C00

Tints of Green #128C00

RGB

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

 GREEN value IS 140 (55.08% from 255) = 88.61%

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

R = 11.39%
G = 88.61%
B = 0%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#128C00 (or 0x128C00) is known color: Green. HEX triplet: 12, 8C and 00. RGB value is (18,140,0). Sum of RGB (Red+Green+Blue) = 18+140+0=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 140 (55.08% from 255 or 88.61% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 140 - color contains mainly: green. Hex color #128C00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128C00 is #ED73FF. Grayscale: #585858. Windows color (decimal): -15561728 or 35858. OLE color: 35858.

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

Color convert

RGB 18 140 0 -
CMYK 0.87 0 1 0.45
HSL 112.29º 1% 0.27% -
HSV(B) 112.29º 1% 0.55% -
XYZ 9.63 18.88 3.14 -
YUV 87.56 78.58 78.38 -
System Red Green Blue C M Y K H S L
Decimal 18 140 0 0.87 0 1 0.45 112.29 1 0.27
Hex 12 8C 0 57 0 64 2D 70 64 1B
Octal 22 214 0 127 0 144 55 160 144 33
Binary 10010 10001100 0 1010111 0 1100100 101101 1110000 1100100 11011

Color Harmonies of #128C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128C00

Black with #128C00

Text Example


Text Example

White with #128C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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