Html Css Color HEX #138E04 Islamic Green

📋 copy color: '#138E04'

red 19 ◦ green 142 ◦ blue 4

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

Shades of Islamic Green #138E04

Tints of Islamic Green #138E04

RGB

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

 GREEN value IS 142 (55.86% from 255) = 86.06%

 BLUE value IS 4 (1.95% from 255) = 2.42%

R = 11.52%
G = 86.06%
B = 2.42%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#138E04 (or 0x138E04) is known color: Islamic Green. HEX triplet: 13, 8E and 04. RGB value is (19,142,4). Sum of RGB (Red+Green+Blue) = 19+142+4=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 142 (55.86% from 255 or 86.06% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 142 - color contains mainly: green. Hex color #138E04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138E04 is #EC71FB. Grayscale: #595959. Windows color (decimal): -15495676 or 298515. OLE color: 298515.

HSL color Cylindrical-coordinate representation of color #138E04: hue angle of 113.48º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #138E04 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 142 4 -
CMYK 0.87 0 0.97 0.44
HSL 113.48º 0.95% 0.29% -
HSV(B) 113.48º 0.97% 0.56% -
XYZ 9.96 19.49 3.35 -
YUV 89.49 79.75 77.72 -
System Red Green Blue C M Y K H S L
Decimal 19 142 4 0.87 0 0.97 0.44 113.48 0.95 0.29
Hex 13 8E 4 57 0 61 2C 71 5F 1D
Octal 23 216 4 127 0 141 54 161 137 35
Binary 10011 10001110 100 1010111 0 1100001 101100 1110001 1011111 11101

Color Harmonies of #138E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138E04

Black with #138E04

Text Example


Text Example

White with #138E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138E04; }

 p { color: rgb(19,142,4); }

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

background-color css

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

 a { background-color: rgb(19,142,4); }

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

border-color css

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

 span { border-color: rgb(19,142,4); }

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