Html Css Color HEX #128C0C Green

📋 copy color: '#128C0C'

red 18 ◦ green 140 ◦ blue 12

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

Shades of Green #128C0C

Tints of Green #128C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.06%

R = 10.59%
G = 82.35%
B = 7.06%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#128C0C (or 0x128C0C) is known color: Green. HEX triplet: 12, 8C and 0C. RGB value is (18,140,12). Sum of RGB (Red+Green+Blue) = 18+140+12=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 140 (55.08% from 255 or 82.35% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 140 - color contains mainly: green. Hex color #128C0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128C0C is #ED73F3. Grayscale: #595959. Windows color (decimal): -15561716 or 822290. OLE color: 822290.

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

Color convert

RGB 18 140 12 -
CMYK 0.87 0 0.91 0.45
HSL 117.19º 0.84% 0.3% -
HSV(B) 117.19º 0.91% 0.55% -
XYZ 9.69 18.91 3.49 -
YUV 88.93 84.58 77.41 -
System Red Green Blue C M Y K H S L
Decimal 18 140 12 0.87 0 0.91 0.45 117.19 0.84 0.3
Hex 12 8C C 57 0 5B 2D 75 54 1E
Octal 22 214 14 127 0 133 55 165 124 36
Binary 10010 10001100 1100 1010111 0 1011011 101101 1110101 1010100 11110

Color Harmonies of #128C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128C0C

Black with #128C0C

Text Example


Text Example

White with #128C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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