#148209

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

Shades of Green #148209

Tints of Green #148209

Color information

#148209 (or 0x148209) is unknown color: approx Green. HEX triplet: 14, 82 and 09. RGB value is (20,130,9). Sum of RGB (Red+Green+Blue) = 20+130+9=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 130 (51.17% from 255 or 81.76% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 130 - color contains mainly: green. Hex color #148209 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148209 is #EB7DF6. Grayscale: #535353. Windows color (decimal): -15433207 or 623124. OLE color: 623124.

HSL color Cylindrical-coordinate representation of color #148209: hue angle of 114.55º 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 #148209 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB201309-
CMYK0.8500.930.49
HSL114.55º87.05%27.25%-
HSV(B)114.55º93.08%50.98%-
XYZ8.3216.132.93-
YUV83.3286.0682.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 130 (51.17% from 255) = 81.76%
BLUE value IS 9 (3.91% from 255) = 5.66%
R=12.58%
G=81.76%
B=5.66%

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
Decimal2013090.8500.930.49114.5587.0527.25
Hex148295505D3173571b
Octal242021112501356116312733
Binary101001000001010011010101010111011100011110011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148209; }

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

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

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

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

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

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

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

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