Html Css Color HEX #148900 Green

📋 copy color: '#148900'

red 20 ◦ green 137 ◦ blue 0

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

Shades of Green #148900

Tints of Green #148900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 87.26%

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

R = 12.74%
G = 87.26%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#148900 (or 0x148900) is known color: Green. HEX triplet: 14, 89 and 00. RGB value is (20,137,0). Sum of RGB (Red+Green+Blue) = 20+137+0=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 137 (53.91% from 255 or 87.26% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 137 - color contains mainly: green. Hex color #148900 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148900 is #EB76FF. Grayscale: #565656. Windows color (decimal): -15431424 or 35092. OLE color: 35092.

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

Color convert

RGB 20 137 0 -
CMYK 0.85 0 1 0.46
HSL 111.24º 1% 0.27% -
HSV(B) 111.24º 1% 0.54% -
XYZ 9.23 18.04 3 -
YUV 86.4 79.24 80.64 -
System Red Green Blue C M Y K H S L
Decimal 20 137 0 0.85 0 1 0.46 111.24 1 0.27
Hex 14 89 0 55 0 64 2E 6F 64 1B
Octal 24 211 0 125 0 144 56 157 144 33
Binary 10100 10001001 0 1010101 0 1100100 101110 1101111 1100100 11011

Color Harmonies of #148900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148900

Black with #148900

Text Example


Text Example

White with #148900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148900; }

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

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

background-color css

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

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

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

border-color css

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

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

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