Html Css Color HEX #128C14 Forest Green

📋 copy color: '#128C14'

red 18 ◦ green 140 ◦ blue 20

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

Shades of Forest Green #128C14

Tints of Forest Green #128C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.24%

R = 10.11%
G = 78.65%
B = 11.24%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#128C14 (or 0x128C14) is known color: Forest Green. HEX triplet: 12, 8C and 14. RGB value is (18,140,20). Sum of RGB (Red+Green+Blue) = 18+140+20=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 140 (55.08% from 255 or 78.65% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 140 - color contains mainly: green. Hex color #128C14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128C14 is #ED73EB. Grayscale: #5A5A5A. Windows color (decimal): -15561708 or 1346578. OLE color: 1346578.

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

Color convert

RGB 18 140 20 -
CMYK 0.87 0 0.86 0.45
HSL 120.98º 0.77% 0.31% -
HSV(B) 120.98º 0.87% 0.55% -
XYZ 9.75 18.94 3.8 -
YUV 89.84 88.58 76.76 -
System Red Green Blue C M Y K H S L
Decimal 18 140 20 0.87 0 0.86 0.45 120.98 0.77 0.31
Hex 12 8C 14 57 0 56 2D 79 4D 1F
Octal 22 214 24 127 0 126 55 171 115 37
Binary 10010 10001100 10100 1010111 0 1010110 101101 1111001 1001101 11111

Color Harmonies of #128C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128C14

Black with #128C14

Text Example


Text Example

White with #128C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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