Html Css Color HEX #138901 Green

📋 copy color: '#138901'

red 19 ◦ green 137 ◦ blue 1

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

Shades of Green #138901

Tints of Green #138901

RGB

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

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

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

R = 12.1%
G = 87.26%
B = 0.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#138901 (or 0x138901) is known color: Green. HEX triplet: 13, 89 and 01. RGB value is (19,137,1). Sum of RGB (Red+Green+Blue) = 19+137+1=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 137 (53.91% from 255 or 87.26% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 137 - color contains mainly: green. Hex color #138901 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138901 is #EC76FE. Grayscale: #565656. Windows color (decimal): -15496959 or 100627. OLE color: 100627.

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

Color convert

RGB 19 137 1 -
CMYK 0.86 0 0.99 0.46
HSL 112.06º 0.99% 0.27% -
HSV(B) 112.06º 0.99% 0.54% -
XYZ 9.22 18.03 3.02 -
YUV 86.21 79.91 80.06 -
System Red Green Blue C M Y K H S L
Decimal 19 137 1 0.86 0 0.99 0.46 112.06 0.99 0.27
Hex 13 89 1 56 0 63 2E 70 63 1B
Octal 23 211 1 126 0 143 56 160 143 33
Binary 10011 10001001 1 1010110 0 1100011 101110 1110000 1100011 11011

Color Harmonies of #138901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138901

Black with #138901

Text Example


Text Example

White with #138901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138901; }

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

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

background-color css

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

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

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

border-color css

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

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

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