#138a01

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

Shades of Green #138A01

Tints of Green #138A01

Color information

#138A01 (or 0x138A01) is unknown color: approx Green. HEX triplet: 13, 8A and 01. RGB value is (19,138,1). Sum of RGB (Red+Green+Blue) = 19+138+1=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 138 (54.30% from 255 or 87.34% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 138 - color contains mainly: green. Hex color #138A01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138A01 is #EC75FE. Grayscale: #575757. Windows color (decimal): -15496703 or 100883. OLE color: 100883.

HSL color Cylindrical-coordinate representation of color #138A01: hue angle of 112.12º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #138A01 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB191381-
CMYK0.8600.990.46
HSL112.12º98.56%27.25%-
HSV(B)112.12º99.28%54.12%-
XYZ9.3618.323.07-
YUV86.879.5879.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 138 (54.30% from 255) = 87.34%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=12.03%
G=87.34%
B=0.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1913810.8600.990.46112.1298.5627.25
Hex138A1560632E70631b
Octal23212112601435616014333
Binary100111000101011010110011000111011101110000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138a01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138a01; }

 p { color: rgb(19,138,1); }

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

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

 a { background-color: rgb(19,138,1); }

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

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

 span { border-color: rgb(19,138,1); }

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