Html Css Color HEX #128600 Green

📋 copy color: '#128600'

red 18 ◦ green 134 ◦ blue 0

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

Shades of Green #128600

Tints of Green #128600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 88.16%

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

R = 11.84%
G = 88.16%
B = 0%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#128600 (or 0x128600) is known color: Green. HEX triplet: 12, 86 and 00. RGB value is (18,134,0). Sum of RGB (Red+Green+Blue) = 18+134+0=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 134 (52.73% from 255 or 88.16% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 134 - color contains mainly: green. Hex color #128600 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128600 is #ED79FF. Grayscale: #545454. Windows color (decimal): -15563264 or 34322. OLE color: 34322.

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

Color convert

RGB 18 134 0 -
CMYK 0.87 0 1 0.47
HSL 111.94º 1% 0.26% -
HSV(B) 111.94º 1% 0.53% -
XYZ 8.77 17.18 2.85 -
YUV 84.04 80.57 80.9 -
System Red Green Blue C M Y K H S L
Decimal 18 134 0 0.87 0 1 0.47 111.94 1 0.26
Hex 12 86 0 57 0 64 2F 70 64 1A
Octal 22 206 0 127 0 144 57 160 144 32
Binary 10010 10000110 0 1010111 0 1100100 101111 1110000 1100100 11010

Color Harmonies of #128600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128600

Black with #128600

Text Example


Text Example

White with #128600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128600; }

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

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

background-color css

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

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

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

border-color css

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

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

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