Html Css Color HEX #157C12 Forest Green

📋 copy color: '#157C12'

red 21 ◦ green 124 ◦ blue 18

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

Shades of Forest Green #157C12

Tints of Forest Green #157C12

RGB

 RED value IS 21 (8.59% from 255) = 12.88%

 GREEN value IS 124 (48.83% from 255) = 76.07%

 BLUE value IS 18 (7.42% from 255) = 11.04%

R = 12.88%
G = 76.07%
B = 11.04%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#157C12 (or 0x157C12) is known color: Forest Green. HEX triplet: 15, 7C and 12. RGB value is (21,124,18). Sum of RGB (Red+Green+Blue) = 21+124+18=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 124 (48.83% from 255 or 76.07% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 124 - color contains mainly: green. Hex color #157C12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157C12 is #EA83ED. Grayscale: #515151. Windows color (decimal): -15369198 or 1211413. OLE color: 1211413.

HSL color Cylindrical-coordinate representation of color #157C12: hue angle of 118.3º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #157C12 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 124 18 -
CMYK 0.83 0 0.85 0.51
HSL 118.3º 0.75% 0.28% -
HSV(B) 118.3º 0.85% 0.49% -
XYZ 7.63 14.62 2.99 -
YUV 81.12 92.38 85.12 -
System Red Green Blue C M Y K H S L
Decimal 21 124 18 0.83 0 0.85 0.51 118.3 0.75 0.28
Hex 15 7C 12 53 0 55 33 76 4B 1C
Octal 25 174 22 123 0 125 63 166 113 34
Binary 10101 1111100 10010 1010011 0 1010101 110011 1110110 1001011 11100

Color Harmonies of #157C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157C12

Black with #157C12

Text Example


Text Example

White with #157C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157C12; }

 p { color: rgb(21,124,18); }

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

background-color css

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

 a { background-color: rgb(21,124,18); }

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

border-color css

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

 span { border-color: rgb(21,124,18); }

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