Html Css Color HEX #138900 Green

📋 copy color: '#138900'

red 19 ◦ green 137 ◦ blue 0

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

Shades of Green #138900

Tints of Green #138900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 87.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 12.18%
G = 87.82%
B = 0%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#138900 (or 0x138900) is known color: Green. HEX triplet: 13, 89 and 00. RGB value is (19,137,0). Sum of RGB (Red+Green+Blue) = 19+137+0=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 137 (53.91% from 255 or 87.82% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 137 - color contains mainly: green. Hex color #138900 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138900 is #EC76FF. Grayscale: #565656. Windows color (decimal): -15496960 or 35091. OLE color: 35091.

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

Color convert

RGB 19 137 0 -
CMYK 0.86 0 1 0.46
HSL 111.68º 1% 0.27% -
HSV(B) 111.68º 1% 0.54% -
XYZ 9.21 18.03 2.99 -
YUV 86.1 79.41 80.14 -
System Red Green Blue C M Y K H S L
Decimal 19 137 0 0.86 0 1 0.46 111.68 1 0.27
Hex 13 89 0 56 0 64 2E 70 64 1B
Octal 23 211 0 126 0 144 56 160 144 33
Binary 10011 10001001 0 1010110 0 1100100 101110 1110000 1100100 11011

Color Harmonies of #138900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138900

Black with #138900

Text Example


Text Example

White with #138900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138900; }

 p { color: rgb(19,137,0); }

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

background-color css

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

 a { background-color: rgb(19,137,0); }

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

border-color css

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

 span { border-color: rgb(19,137,0); }

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