Html Css Color HEX #138F05 Islamic Green

📋 copy color: '#138F05'

red 19 ◦ green 143 ◦ blue 5

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

Shades of Islamic Green #138F05

Tints of Islamic Green #138F05

RGB

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

 GREEN value IS 143 (56.25% from 255) = 85.63%

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

R = 11.38%
G = 85.63%
B = 2.99%

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

#138F05 (or 0x138F05) is known color: Islamic Green. HEX triplet: 13, 8F and 05. RGB value is (19,143,5). Sum of RGB (Red+Green+Blue) = 19+143+5=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 143 (56.25% from 255 or 85.63% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 143 - color contains mainly: green. Hex color #138F05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138F05 is #EC70FA. Grayscale: #5A5A5A. Windows color (decimal): -15495419 or 364307. OLE color: 364307.

HSL color Cylindrical-coordinate representation of color #138F05: hue angle of 113.91º degrees, saturation: 0.93, 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 #138F05 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 143 5 -
CMYK 0.87 0 0.97 0.44
HSL 113.91º 0.93% 0.29% -
HSV(B) 113.91º 0.97% 0.56% -
XYZ 10.12 19.79 3.43 -
YUV 90.19 79.92 77.22 -
System Red Green Blue C M Y K H S L
Decimal 19 143 5 0.87 0 0.97 0.44 113.91 0.93 0.29
Hex 13 8F 5 57 0 61 2C 72 5D 1D
Octal 23 217 5 127 0 141 54 162 135 35
Binary 10011 10001111 101 1010111 0 1100001 101100 1110010 1011101 11101

Color Harmonies of #138F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138F05

Black with #138F05

Text Example


Text Example

White with #138F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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