#148206

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

Shades of Green #148206

Tints of Green #148206

Color information

#148206 (or 0x148206) is unknown color: approx Green. HEX triplet: 14, 82 and 06. RGB value is (20,130,6). Sum of RGB (Red+Green+Blue) = 20+130+6=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 130 (51.17% from 255 or 83.33% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 130 - color contains mainly: green. Hex color #148206 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148206 is #EB7DF9. Grayscale: #535353. Windows color (decimal): -15433210 or 426516. OLE color: 426516.

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

Color convert

RGB201306-
CMYK0.8500.950.49
HSL113.23º91.18%26.67%-
HSV(B)113.23º95.38%50.98%-
XYZ8.316.132.85-
YUV82.9784.5683.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.82%
GREEN value IS 130 (51.17% from 255) = 83.33%
BLUE value IS 6 (2.73% from 255) = 3.85%
R=12.82%
G=83.33%
B=3.85%

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
Decimal2013060.8500.950.49113.2391.1826.67
Hex148265505F31715b1b
Octal24202612501376116113333
Binary10100100000101101010101010111111100011110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148206; }

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

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

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

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

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

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

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

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