#148908

Color #148908 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #148908

Tints of Green #148908

Color information

#148908 (or 0x148908) is unknown color: approx Green. HEX triplet: 14, 89 and 08. RGB value is (20,137,8). Sum of RGB (Red+Green+Blue) = 20+137+8=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 137 (53.91% from 255 or 83.03% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 137 - color contains mainly: green. Hex color #148908 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148908 is #EB76F7. Grayscale: #575757. Windows color (decimal): -15431416 or 559380. OLE color: 559380.

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

Color convert

RGB201378-
CMYK0.8500.940.46
HSL114.42º88.97%28.43%-
HSV(B)114.42º94.16%53.73%-
XYZ9.2818.063.23-
YUV87.3183.2479.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 137 (53.91% from 255) = 83.03%
BLUE value IS 8 (3.52% from 255) = 4.85%
R=12.12%
G=83.03%
B=4.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2013780.8500.940.46114.4288.9728.43
Hex148985505E2E72591c
Octal242111012501365616213134
Binary101001000100110001010101010111101011101110010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148908; }

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

 H1.HeaderClassName
 {
   color: #148908;
 }
 .AnyTagClassName
 {
   color: #148908;
 }
</style>
background-color css

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

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

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

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

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

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