#148309

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

Shades of Green #148309

Tints of Green #148309

Color information

#148309 (or 0x148309) is unknown color: approx Green. HEX triplet: 14, 83 and 09. RGB value is (20,131,9). Sum of RGB (Red+Green+Blue) = 20+131+9=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 131 (51.56% from 255 or 81.88% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 131 - color contains mainly: green. Hex color #148309 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148309 is #EB7CF6. Grayscale: #545454. Windows color (decimal): -15432951 or 623380. OLE color: 623380.

HSL color Cylindrical-coordinate representation of color #148309: hue angle of 114.59º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #148309 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB201319-
CMYK0.8500.930.49
HSL114.59º87.14%27.45%-
HSV(B)114.59º93.13%51.37%-
XYZ8.4516.42.98-
YUV83.985.7382.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 131 (51.56% from 255) = 81.88%
BLUE value IS 9 (3.91% from 255) = 5.62%
R=12.5%
G=81.88%
B=5.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2013190.8500.930.49114.5987.1427.45
Hex148395505D3173571b
Octal242031112501356116312733
Binary101001000001110011010101010111011100011110011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148309; }

 p { color: rgb(20,131,9); }

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

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

 a { background-color: rgb(20,131,9); }

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

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

 span { border-color: rgb(20,131,9); }

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