#148B07

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

Shades of Green #148B07

Tints of Green #148B07

Color information

#148B07 (or 0x148B07) is unknown color: approx Green. HEX triplet: 14, 8B and 07. RGB value is (20,139,7). Sum of RGB (Red+Green+Blue) = 20+139+7=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 139 (54.69% from 255 or 83.73% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 139 - color contains mainly: green. Hex color #148B07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148B07 is #EB74F8. Grayscale: #585858. Windows color (decimal): -15430905 or 494356. OLE color: 494356.

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

Color convert

RGB201397-
CMYK0.8600.950.45
HSL114.09º90.41%28.63%-
HSV(B)114.09º94.96%54.51%-
XYZ9.5618.633.29-
YUV88.3782.0879.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 139 (54.69% from 255) = 83.73%
BLUE value IS 7 (3.12% from 255) = 4.22%
R=12.05%
G=83.73%
B=4.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2013970.8600.950.45114.0990.4128.63
Hex148B75605F2D725a1d
Octal24213712601375516213235
Binary10100100010111111010110010111111011011110010101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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