#148606

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

Shades of Green #148606

Tints of Green #148606

Color information

#148606 (or 0x148606) is unknown color: approx Green. HEX triplet: 14, 86 and 06. RGB value is (20,134,6). Sum of RGB (Red+Green+Blue) = 20+134+6=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 134 (52.73% from 255 or 83.75% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 134 - color contains mainly: green. Hex color #148606 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148606 is #EB79F9. Grayscale: #555555. Windows color (decimal): -15432186 or 427540. OLE color: 427540.

HSL color Cylindrical-coordinate representation of color #148606: hue angle of 113.44º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #148606 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB201346-
CMYK0.8500.960.47
HSL113.44º91.43%27.45%-
HSV(B)113.44º95.52%52.55%-
XYZ8.8517.213.03-
YUV85.3283.2381.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 134 (52.73% from 255) = 83.75%
BLUE value IS 6 (2.73% from 255) = 3.75%
R=12.5%
G=83.75%
B=3.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2013460.8500.960.47113.4491.4327.45
Hex14866550602F715b1b
Octal24206612501405716113333
Binary10100100001101101010101011000001011111110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148606; }

 p { color: rgb(20,134,6); }

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

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

 a { background-color: rgb(20,134,6); }

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

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

 span { border-color: rgb(20,134,6); }

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