#148B08

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

Shades of Green #148B08

Tints of Green #148B08

Color information

#148B08 (or 0x148B08) is unknown color: approx Green. HEX triplet: 14, 8B and 08. RGB value is (20,139,8). Sum of RGB (Red+Green+Blue) = 20+139+8=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 139 (54.69% from 255 or 83.23% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 139 - color contains mainly: green. Hex color #148B08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148B08 is #EB74F7. Grayscale: #585858. Windows color (decimal): -15430904 or 559892. OLE color: 559892.

HSL color Cylindrical-coordinate representation of color #148B08: hue angle of 114.5º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #148B08 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB201398-
CMYK0.8600.940.45
HSL114.5º89.12%28.82%-
HSV(B)114.5º94.24%54.51%-
XYZ9.5618.633.32-
YUV88.4882.5879.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 139 (54.69% from 255) = 83.23%
BLUE value IS 8 (3.52% from 255) = 4.79%
R=11.98%
G=83.23%
B=4.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2013980.8600.940.45114.589.1228.82
Hex148B85605E2D73591d
Octal242131012601365516313135
Binary101001000101110001010110010111101011011110011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148B08; }

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

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

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

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

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

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

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

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