Html Css Color HEX #128010 Green

📋 copy color: '#128010'

red 18 ◦ green 128 ◦ blue 16

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

Shades of Green #128010

Tints of Green #128010

RGB

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

 GREEN value IS 128 (50.39% from 255) = 79.01%

 BLUE value IS 16 (6.64% from 255) = 9.88%

R = 11.11%
G = 79.01%
B = 9.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#128010 (or 0x128010) is known color: Green. HEX triplet: 12, 80 and 10. RGB value is (18,128,16). Sum of RGB (Red+Green+Blue) = 18+128+16=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 128 (50.39% from 255 or 79.01% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 128 - color contains mainly: green. Hex color #128010 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128010 is #ED7FEF. Grayscale: #525252. Windows color (decimal): -15564784 or 1081362. OLE color: 1081362.

HSL color Cylindrical-coordinate representation of color #128010: hue angle of 118.93º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128010 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 128 16 -
CMYK 0.86 0 0.88 0.50
HSL 118.93º 0.78% 0.28% -
HSV(B) 118.93º 0.88% 0.5% -
XYZ 8.06 15.6 3.08 -
YUV 82.34 90.56 82.11 -
System Red Green Blue C M Y K H S L
Decimal 18 128 16 0.86 0 0.88 0.50 118.93 0.78 0.28
Hex 12 80 10 56 0 58 32 77 4E 1C
Octal 22 200 20 126 0 130 62 167 116 34
Binary 10010 10000000 10000 1010110 0 1011000 110010 1110111 1001110 11100

Color Harmonies of #128010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128010

Black with #128010

Text Example


Text Example

White with #128010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128010; }

 p { color: rgb(18,128,16); }

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

background-color css

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

 a { background-color: rgb(18,128,16); }

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

border-color css

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

 span { border-color: rgb(18,128,16); }

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