Html Css Color HEX #148400 Green

📋 copy color: '#148400'

red 20 ◦ green 132 ◦ blue 0

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

Shades of Green #148400

Tints of Green #148400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 86.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 13.16%
G = 86.84%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#148400 (or 0x148400) is known color: Green. HEX triplet: 14, 84 and 00. RGB value is (20,132,0). Sum of RGB (Red+Green+Blue) = 20+132+0=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 132 (51.95% from 255 or 86.84% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 132 - color contains mainly: green. Hex color #148400 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148400 is #EB7BFF. Grayscale: #535353. Windows color (decimal): -15432704 or 33812. OLE color: 33812.

HSL color Cylindrical-coordinate representation of color #148400: hue angle of 110.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #148400 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 132 0 -
CMYK 0.85 0 1 0.48
HSL 110.91º 1% 0.26% -
HSV(B) 110.91º 1% 0.52% -
XYZ 8.54 16.65 2.76 -
YUV 83.46 80.89 82.73 -
System Red Green Blue C M Y K H S L
Decimal 20 132 0 0.85 0 1 0.48 110.91 1 0.26
Hex 14 84 0 55 0 64 30 6F 64 1A
Octal 24 204 0 125 0 144 60 157 144 32
Binary 10100 10000100 0 1010101 0 1100100 110000 1101111 1100100 11010

Color Harmonies of #148400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148400

Black with #148400

Text Example


Text Example

White with #148400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148400; }

 p { color: rgb(20,132,0); }

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

background-color css

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

 a { background-color: rgb(20,132,0); }

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

border-color css

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

 span { border-color: rgb(20,132,0); }

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