Html Css Color HEX #128C08 Green

📋 copy color: '#128C08'

red 18 ◦ green 140 ◦ blue 8

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

Shades of Green #128C08

Tints of Green #128C08

RGB

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

 GREEN value IS 140 (55.08% from 255) = 84.34%

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

R = 10.84%
G = 84.34%
B = 4.82%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#128C08 (or 0x128C08) is known color: Green. HEX triplet: 12, 8C and 08. RGB value is (18,140,8). Sum of RGB (Red+Green+Blue) = 18+140+8=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 140 (55.08% from 255 or 84.34% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 140 - color contains mainly: green. Hex color #128C08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128C08 is #ED73F7. Grayscale: #585858. Windows color (decimal): -15561720 or 560146. OLE color: 560146.

HSL color Cylindrical-coordinate representation of color #128C08: hue angle of 115.45º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #128C08 is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 140 8 -
CMYK 0.87 0 0.94 0.45
HSL 115.45º 0.89% 0.29% -
HSV(B) 115.45º 0.94% 0.55% -
XYZ 9.67 18.9 3.37 -
YUV 88.47 82.58 77.73 -
System Red Green Blue C M Y K H S L
Decimal 18 140 8 0.87 0 0.94 0.45 115.45 0.89 0.29
Hex 12 8C 8 57 0 5E 2D 73 59 1D
Octal 22 214 10 127 0 136 55 163 131 35
Binary 10010 10001100 1000 1010111 0 1011110 101101 1110011 1011001 11101

Color Harmonies of #128C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128C08

Black with #128C08

Text Example


Text Example

White with #128C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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