Html Css Color HEX #148710 Forest Green

📋 copy color: '#148710'

red 20 ◦ green 135 ◦ blue 16

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

Shades of Forest Green #148710

Tints of Forest Green #148710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.36%

R = 11.7%
G = 78.95%
B = 9.36%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#148710 (or 0x148710) is known color: Forest Green. HEX triplet: 14, 87 and 10. RGB value is (20,135,16). Sum of RGB (Red+Green+Blue) = 20+135+16=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 135 (53.12% from 255 or 78.95% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 135 - color contains mainly: green. Hex color #148710 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148710 is #EB78EF. Grayscale: #575757. Windows color (decimal): -15431920 or 1083156. OLE color: 1083156.

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

Color convert

RGB 20 135 16 -
CMYK 0.85 0 0.88 0.47
HSL 117.98º 0.79% 0.3% -
HSV(B) 117.98º 0.88% 0.53% -
XYZ 9.05 17.51 3.39 -
YUV 87.05 87.9 80.18 -
System Red Green Blue C M Y K H S L
Decimal 20 135 16 0.85 0 0.88 0.47 117.98 0.79 0.3
Hex 14 87 10 55 0 58 2F 76 4F 1E
Octal 24 207 20 125 0 130 57 166 117 36
Binary 10100 10000111 10000 1010101 0 1011000 101111 1110110 1001111 11110

Color Harmonies of #148710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148710

Black with #148710

Text Example


Text Example

White with #148710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148710; }

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

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

background-color css

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

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

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

border-color css

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

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

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