#148306

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

Shades of Green #148306

Tints of Green #148306

Color information

#148306 (or 0x148306) is unknown color: approx Green. HEX triplet: 14, 83 and 06. RGB value is (20,131,6). Sum of RGB (Red+Green+Blue) = 20+131+6=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 131 (51.56% from 255 or 83.44% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 131 - color contains mainly: green. Hex color #148306 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148306 is #EB7CF9. Grayscale: #535353. Windows color (decimal): -15432954 or 426772. OLE color: 426772.

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

Color convert

RGB201316-
CMYK0.8500.950.49
HSL113.28º91.24%26.86%-
HSV(B)113.28º95.42%51.37%-
XYZ8.4416.392.89-
YUV83.5684.2382.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 131 (51.56% from 255) = 83.44%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=12.74%
G=83.44%
B=3.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2013160.8500.950.49113.2891.2426.86
Hex148365505F31715b1b
Octal24203612501376116113333
Binary10100100000111101010101010111111100011110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148306; }

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

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

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

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

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

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

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

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