#138101

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

Shades of Green #138101

Tints of Green #138101

Color information

#138101 (or 0x138101) is unknown color: approx Green. HEX triplet: 13, 81 and 01. RGB value is (19,129,1). Sum of RGB (Red+Green+Blue) = 19+129+1=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 129 (50.78% from 255 or 86.58% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 129 - color contains mainly: green. Hex color #138101 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138101 is #EC7EFE. Grayscale: #515151. Windows color (decimal): -15499007 or 98579. OLE color: 98579.

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

Color convert

RGB191291-
CMYK0.8500.990.49
HSL111.56º98.46%25.49%-
HSV(B)111.56º99.22%50.59%-
XYZ8.1215.842.66-
YUV81.5282.5683.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 129 (50.78% from 255) = 86.58%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=12.75%
G=86.58%
B=0.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1912910.8500.990.49111.5698.4625.49
Hex138115506331706219
Octal23201112501436116014231
Binary100111000000111010101011000111100011110000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138101; }

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

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

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

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

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

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

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

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