Html Css Color HEX #139B0A Islamic Green

📋 copy color: '#139B0A'

red 19 ◦ green 155 ◦ blue 10

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

Shades of Islamic Green #139B0A

Tints of Islamic Green #139B0A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 84.24%

 BLUE value IS 10 (4.3% from 255) = 5.43%

R = 10.33%
G = 84.24%
B = 5.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#139B0A (or 0x139B0A) is known color: Islamic Green. HEX triplet: 13, 9B and 0A. RGB value is (19,155,10). Sum of RGB (Red+Green+Blue) = 19+155+10=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 155 (60.94% from 255 or 84.24% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 155 - color contains mainly: green. Hex color #139B0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139B0A is #EC64F5. Grayscale: #626262. Windows color (decimal): -15492342 or 695059. OLE color: 695059.

HSL color Cylindrical-coordinate representation of color #139B0A: hue angle of 116.28º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #139B0A is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 155 10 -
CMYK 0.88 0 0.94 0.39
HSL 116.28º 0.88% 0.32% -
HSV(B) 116.28º 0.94% 0.61% -
XYZ 12.04 23.6 4.21 -
YUV 97.81 78.44 71.79 -
System Red Green Blue C M Y K H S L
Decimal 19 155 10 0.88 0 0.94 0.39 116.28 0.88 0.32
Hex 13 9B A 58 0 5E 27 74 58 20
Octal 23 233 12 130 0 136 47 164 130 40
Binary 10011 10011011 1010 1011000 0 1011110 100111 1110100 1011000 100000

Color Harmonies of #139B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139B0A

Black with #139B0A

Text Example


Text Example

White with #139B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139B0A; }

 p { color: rgb(19,155,10); }

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

background-color css

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

 a { background-color: rgb(19,155,10); }

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

border-color css

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

 span { border-color: rgb(19,155,10); }

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