#148801

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

Shades of Green #148801

Tints of Green #148801

Color information

#148801 (or 0x148801) is unknown color: approx Green. HEX triplet: 14, 88 and 01. RGB value is (20,136,1). Sum of RGB (Red+Green+Blue) = 20+136+1=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 136 (53.52% from 255 or 86.62% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 136 - color contains mainly: green. Hex color #148801 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148801 is #EB77FE. Grayscale: #565656. Windows color (decimal): -15431679 or 100372. OLE color: 100372.

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

Color convert

RGB201361-
CMYK0.8500.990.47
HSL111.56º98.54%26.86%-
HSV(B)111.56º99.26%53.33%-
XYZ9.117.762.98-
YUV85.9380.0780.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 136 (53.52% from 255) = 86.62%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=12.74%
G=86.62%
B=0.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2013610.8500.990.47111.5698.5426.86
Hex14881550632F70631b
Octal24210112501435716014333
Binary101001000100011010101011000111011111110000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148801; }

 p { color: rgb(20,136,1); }

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

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

 a { background-color: rgb(20,136,1); }

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

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

 span { border-color: rgb(20,136,1); }

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