Html Css Color HEX #128008 Green

📋 copy color: '#128008'

red 18 ◦ green 128 ◦ blue 8

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

Shades of Green #128008

Tints of Green #128008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.19%

R = 11.69%
G = 83.12%
B = 5.19%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#128008 (or 0x128008) is known color: Green. HEX triplet: 12, 80 and 08. RGB value is (18,128,8). Sum of RGB (Red+Green+Blue) = 18+128+8=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 128 (50.39% from 255 or 83.12% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 128 - color contains mainly: green. Hex color #128008 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128008 is #ED7FF7. Grayscale: #515151. Windows color (decimal): -15564792 or 557074. OLE color: 557074.

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

Color convert

RGB 18 128 8 -
CMYK 0.86 0 0.94 0.50
HSL 115º 0.88% 0.27% -
HSV(B) 115º 0.94% 0.5% -
XYZ 8.01 15.58 2.82 -
YUV 81.43 86.56 82.76 -
System Red Green Blue C M Y K H S L
Decimal 18 128 8 0.86 0 0.94 0.50 115 0.88 0.27
Hex 12 80 8 56 0 5E 32 73 58 1B
Octal 22 200 10 126 0 136 62 163 130 33
Binary 10010 10000000 1000 1010110 0 1011110 110010 1110011 1011000 11011

Color Harmonies of #128008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128008

Black with #128008

Text Example


Text Example

White with #128008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128008; }

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

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

background-color css

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

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

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

border-color css

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

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

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