Html Css Color HEX #138905 Green

📋 copy color: '#138905'

red 19 ◦ green 137 ◦ blue 5

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

Shades of Green #138905

Tints of Green #138905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.11%

R = 11.8%
G = 85.09%
B = 3.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#138905 (or 0x138905) is known color: Green. HEX triplet: 13, 89 and 05. RGB value is (19,137,5). Sum of RGB (Red+Green+Blue) = 19+137+5=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 137 (53.91% from 255 or 85.09% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 137 - color contains mainly: green. Hex color #138905 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138905 is #EC76FA. Grayscale: #575757. Windows color (decimal): -15496955 or 362771. OLE color: 362771.

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

Color convert

RGB 19 137 5 -
CMYK 0.86 0 0.96 0.46
HSL 113.64º 0.93% 0.28% -
HSV(B) 113.64º 0.96% 0.54% -
XYZ 9.24 18.04 3.14 -
YUV 86.67 81.91 79.73 -
System Red Green Blue C M Y K H S L
Decimal 19 137 5 0.86 0 0.96 0.46 113.64 0.93 0.28
Hex 13 89 5 56 0 60 2E 72 5D 1C
Octal 23 211 5 126 0 140 56 162 135 34
Binary 10011 10001001 101 1010110 0 1100000 101110 1110010 1011101 11100

Color Harmonies of #138905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138905

Black with #138905

Text Example


Text Example

White with #138905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138905; }

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

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

background-color css

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

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

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

border-color css

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

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

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