Html Css Color HEX #138800 Green

📋 copy color: '#138800'

red 19 ◦ green 136 ◦ blue 0

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

Shades of Green #138800

Tints of Green #138800

RGB

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

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

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

R = 12.26%
G = 87.74%
B = 0%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#138800 (or 0x138800) is known color: Green. HEX triplet: 13, 88 and 00. RGB value is (19,136,0). Sum of RGB (Red+Green+Blue) = 19+136+0=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 136 (53.52% from 255 or 87.74% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 136 - color contains mainly: green. Hex color #138800 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138800 is #EC77FF. Grayscale: #555555. Windows color (decimal): -15497216 or 34835. OLE color: 34835.

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

Color convert

RGB 19 136 0 -
CMYK 0.86 0 1 0.47
HSL 111.62º 1% 0.27% -
HSV(B) 111.62º 1% 0.53% -
XYZ 9.07 17.75 2.95 -
YUV 85.51 79.74 80.56 -
System Red Green Blue C M Y K H S L
Decimal 19 136 0 0.86 0 1 0.47 111.62 1 0.27
Hex 13 88 0 56 0 64 2F 70 64 1B
Octal 23 210 0 126 0 144 57 160 144 33
Binary 10011 10001000 0 1010110 0 1100100 101111 1110000 1100100 11011

Color Harmonies of #138800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138800

Black with #138800

Text Example


Text Example

White with #138800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138800; }

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

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

background-color css

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

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

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

border-color css

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

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

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