Html Css Color HEX #128800 Green

📋 copy color: '#128800'

red 18 ◦ green 136 ◦ blue 0

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

Shades of Green #128800

Tints of Green #128800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 88.31%

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

R = 11.69%
G = 88.31%
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

#128800 (or 0x128800) is known color: Green. HEX triplet: 12, 88 and 00. RGB value is (18,136,0). Sum of RGB (Red+Green+Blue) = 18+136+0=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 136 (53.52% from 255 or 88.31% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 136 - color contains mainly: green. Hex color #128800 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128800 is #ED77FF. Grayscale: #555555. Windows color (decimal): -15562752 or 34834. OLE color: 34834.

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

Color convert

RGB 18 136 0 -
CMYK 0.87 0 1 0.47
HSL 112.06º 1% 0.27% -
HSV(B) 112.06º 1% 0.53% -
XYZ 9.05 17.74 2.95 -
YUV 85.21 79.91 80.06 -
System Red Green Blue C M Y K H S L
Decimal 18 136 0 0.87 0 1 0.47 112.06 1 0.27
Hex 12 88 0 57 0 64 2F 70 64 1B
Octal 22 210 0 127 0 144 57 160 144 33
Binary 10010 10001000 0 1010111 0 1100100 101111 1110000 1100100 11011

Color Harmonies of #128800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128800

Black with #128800

Text Example


Text Example

White with #128800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128800; }

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

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

background-color css

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

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

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

border-color css

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

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

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