Html Css Color HEX #128516 Forest Green

📋 copy color: '#128516'

red 18 ◦ green 133 ◦ blue 22

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

Shades of Forest Green #128516

Tints of Forest Green #128516

RGB

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

 GREEN value IS 133 (52.34% from 255) = 76.88%

 BLUE value IS 22 (8.98% from 255) = 12.72%

R = 10.4%
G = 76.88%
B = 12.72%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#128516 (or 0x128516) is known color: Forest Green. HEX triplet: 12, 85 and 16. RGB value is (18,133,22). Sum of RGB (Red+Green+Blue) = 18+133+22=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 133 (52.34% from 255 or 76.88% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 133 - color contains mainly: green. Hex color #128516 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128516 is #ED7AE9. Grayscale: #565656. Windows color (decimal): -15563498 or 1475858. OLE color: 1475858.

HSL color Cylindrical-coordinate representation of color #128516: hue angle of 122.09º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128516 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 133 22 -
CMYK 0.86 0 0.83 0.48
HSL 122.09º 0.76% 0.3% -
HSV(B) 122.09º 0.86% 0.52% -
XYZ 8.78 16.96 3.57 -
YUV 85.96 91.9 79.53 -
System Red Green Blue C M Y K H S L
Decimal 18 133 22 0.86 0 0.83 0.48 122.09 0.76 0.3
Hex 12 85 16 56 0 53 30 7A 4C 1E
Octal 22 205 26 126 0 123 60 172 114 36
Binary 10010 10000101 10110 1010110 0 1010011 110000 1111010 1001100 11110

Color Harmonies of #128516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128516

Black with #128516

Text Example


Text Example

White with #128516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128516; }

 p { color: rgb(18,133,22); }

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

background-color css

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

 a { background-color: rgb(18,133,22); }

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

border-color css

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

 span { border-color: rgb(18,133,22); }

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