Html Css Color HEX #128200 Green

📋 copy color: '#128200'

red 18 ◦ green 130 ◦ blue 0

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

Shades of Green #128200

Tints of Green #128200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 87.84%

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

R = 12.16%
G = 87.84%
B = 0%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#128200 (or 0x128200) is known color: Green. HEX triplet: 12, 82 and 00. RGB value is (18,130,0). Sum of RGB (Red+Green+Blue) = 18+130+0=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 130 (51.17% from 255 or 87.84% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 130 - color contains mainly: green. Hex color #128200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128200 is #ED7DFF. Grayscale: #525252. Windows color (decimal): -15564288 or 33298. OLE color: 33298.

HSL color Cylindrical-coordinate representation of color #128200: hue angle of 111.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #128200 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 130 0 -
CMYK 0.86 0 1 0.49
HSL 111.69º 1% 0.25% -
HSV(B) 111.69º 1% 0.51% -
XYZ 8.23 16.09 2.67 -
YUV 81.69 81.89 82.57 -
System Red Green Blue C M Y K H S L
Decimal 18 130 0 0.86 0 1 0.49 111.69 1 0.25
Hex 12 82 0 56 0 64 31 70 64 19
Octal 22 202 0 126 0 144 61 160 144 31
Binary 10010 10000010 0 1010110 0 1100100 110001 1110000 1100100 11001

Color Harmonies of #128200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128200

Black with #128200

Text Example


Text Example

White with #128200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128200; }

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

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

background-color css

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

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

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

border-color css

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

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

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