Html Css Color HEX #148716 Forest Green

📋 copy color: '#148716'

red 20 ◦ green 135 ◦ blue 22

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

Shades of Forest Green #148716

Tints of Forest Green #148716

RGB

 RED value IS 20 (8.2% from 255) = 11.3%

 GREEN value IS 135 (53.13% from 255) = 76.27%

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

R = 11.3%
G = 76.27%
B = 12.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#148716 (or 0x148716) is known color: Forest Green. HEX triplet: 14, 87 and 16. RGB value is (20,135,22). Sum of RGB (Red+Green+Blue) = 20+135+22=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 135 (53.12% from 255 or 76.27% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 135 - color contains mainly: green. Hex color #148716 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148716 is #EB78E9. Grayscale: #585858. Windows color (decimal): -15431914 or 1476372. OLE color: 1476372.

HSL color Cylindrical-coordinate representation of color #148716: hue angle of 121.04º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148716 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 135 22 -
CMYK 0.85 0 0.84 0.47
HSL 121.04º 0.74% 0.3% -
HSV(B) 121.04º 0.85% 0.53% -
XYZ 9.1 17.53 3.66 -
YUV 87.73 90.9 79.69 -
System Red Green Blue C M Y K H S L
Decimal 20 135 22 0.85 0 0.84 0.47 121.04 0.74 0.3
Hex 14 87 16 55 0 54 2F 79 4A 1E
Octal 24 207 26 125 0 124 57 171 112 36
Binary 10100 10000111 10110 1010101 0 1010100 101111 1111001 1001010 11110

Color Harmonies of #148716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148716

Black with #148716

Text Example


Text Example

White with #148716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148716; }

 p { color: rgb(20,135,22); }

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

background-color css

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

 a { background-color: rgb(20,135,22); }

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

border-color css

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

 span { border-color: rgb(20,135,22); }

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