Html Css Color HEX #13B90F Islamic Green

📋 copy color: '#13B90F'

red 19 ◦ green 185 ◦ blue 15

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

Shades of Islamic Green #13B90F

Tints of Islamic Green #13B90F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 84.47%

 BLUE value IS 15 (6.25% from 255) = 6.85%

R = 8.68%
G = 84.47%
B = 6.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#13B90F (or 0x13B90F) is known color: Islamic Green. HEX triplet: 13, B9 and 0F. RGB value is (19,185,15). Sum of RGB (Red+Green+Blue) = 19+185+15=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 185 (72.66% from 255 or 84.47% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 185 - color contains mainly: green. Hex color #13B90F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13B90F is #EC46F0. Grayscale: #747474. Windows color (decimal): -15484657 or 1030419. OLE color: 1030419.

HSL color Cylindrical-coordinate representation of color #13B90F: hue angle of 118.59º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13B90F is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 185 15 -
CMYK 0.90 0 0.92 0.27
HSL 118.59º 0.85% 0.39% -
HSV(B) 118.59º 0.92% 0.73% -
XYZ 17.7 34.87 6.25 -
YUV 115.99 71 58.82 -
System Red Green Blue C M Y K H S L
Decimal 19 185 15 0.90 0 0.92 0.27 118.59 0.85 0.39
Hex 13 B9 F 5A 0 5C 1B 77 55 27
Octal 23 271 17 132 0 134 33 167 125 47
Binary 10011 10111001 1111 1011010 0 1011100 11011 1110111 1010101 100111

Color Harmonies of #13B90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B90F

Black with #13B90F

Text Example


Text Example

White with #13B90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13B90F; }

 p { color: rgb(19,185,15); }

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

background-color css

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

 a { background-color: rgb(19,185,15); }

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

border-color css

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

 span { border-color: rgb(19,185,15); }

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