#148101

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

Shades of Green #148101

Tints of Green #148101

Color information

#148101 (or 0x148101) is unknown color: approx Green. HEX triplet: 14, 81 and 01. RGB value is (20,129,1). Sum of RGB (Red+Green+Blue) = 20+129+1=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 129 (50.78% from 255 or 86% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 129 - color contains mainly: green. Hex color #148101 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148101 is #EB7EFE. Grayscale: #525252. Windows color (decimal): -15433471 or 98580. OLE color: 98580.

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

Color convert

RGB201291-
CMYK0.8400.990.49
HSL111.09º98.46%25.49%-
HSV(B)111.09º99.22%50.59%-
XYZ8.1415.852.66-
YUV81.8282.3983.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.33%
GREEN value IS 129 (50.78% from 255) = 86%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=13.33%
G=86%
B=0.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2012910.8400.990.49111.0998.4625.49
Hex1481154063316f6219
Octal24201112401436115714231
Binary101001000000111010100011000111100011101111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148101; }

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

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

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

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

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

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

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

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