Html Css Color HEX #138801 Green

📋 copy color: '#138801'

red 19 ◦ green 136 ◦ blue 1

#138801
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #138801

Tints of Green #138801

RGB

 RED value IS 19 (7.81% from 255) = 12.18%

 GREEN value IS 136 (53.52% from 255) = 87.18%

 BLUE value IS 1 (0.78% from 255) = 0.64%

R = 12.18%
G = 87.18%
B = 0.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#138801 (or 0x138801) is known color: Green. HEX triplet: 13, 88 and 01. RGB value is (19,136,1). Sum of RGB (Red+Green+Blue) = 19+136+1=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 136 (53.52% from 255 or 87.18% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 136 - color contains mainly: green. Hex color #138801 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138801 is #EC77FE. Grayscale: #565656. Windows color (decimal): -15497215 or 100371. OLE color: 100371.

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

Color convert

RGB 19 136 1 -
CMYK 0.86 0 0.99 0.47
HSL 112º 0.99% 0.27% -
HSV(B) 112º 0.99% 0.53% -
XYZ 9.08 17.75 2.98 -
YUV 85.63 80.24 80.48 -
System Red Green Blue C M Y K H S L
Decimal 19 136 1 0.86 0 0.99 0.47 112 0.99 0.27
Hex 13 88 1 56 0 63 2F 70 63 1B
Octal 23 210 1 126 0 143 57 160 143 33
Binary 10011 10001000 1 1010110 0 1100011 101111 1110000 1100011 11011

Color Harmonies of #138801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138801

Black with #138801

Text Example


Text Example

White with #138801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138801; }

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

 H1.HeaderClassName
 {
   color: #138801;
 }
 .AnyTagClassName
 {
   color: #138801;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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