#148200

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

Shades of Green #148200

Tints of Green #148200

Color information

#148200 (or 0x148200) is unknown color: approx Green. HEX triplet: 14, 82 and 00. RGB value is (20,130,0). Sum of RGB (Red+Green+Blue) = 20+130+0=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 130 (51.17% from 255 or 86.67% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 130 - color contains mainly: green. Hex color #148200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148200 is #EB7DFF. Grayscale: #525252. Windows color (decimal): -15433216 or 33300. OLE color: 33300.

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

Color convert

RGB201300-
CMYK0.85010.49
HSL110.77º100%25.49%-
HSV(B)110.77º100%50.98%-
XYZ8.2716.112.67-
YUV82.2981.5683.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.33%
GREEN value IS 130 (51.17% from 255) = 86.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=13.33%
G=86.67%
B=0%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2013000.85010.49110.7710025.49
Hex1482055064316f6419
Octal24202012501446115714431
Binary101001000001001010101011001001100011101111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148200; }

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

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

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

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

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

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

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

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