Html Css Color HEX #13BC0F Islamic Green

📋 copy color: '#13BC0F'

red 19 ◦ green 188 ◦ blue 15

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

Shades of Islamic Green #13BC0F

Tints of Islamic Green #13BC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 84.68%

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

R = 8.56%
G = 84.68%
B = 6.76%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#13BC0F (or 0x13BC0F) is known color: Islamic Green. HEX triplet: 13, BC and 0F. RGB value is (19,188,15). Sum of RGB (Red+Green+Blue) = 19+188+15=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 188 (73.83% from 255 or 84.68% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BC0F is #EC43F0. Grayscale: #767676. Windows color (decimal): -15483889 or 1031187. OLE color: 1031187.

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

Color convert

RGB 19 188 15 -
CMYK 0.90 0 0.92 0.26
HSL 118.61º 0.85% 0.4% -
HSV(B) 118.61º 0.92% 0.74% -
XYZ 18.34 36.14 6.46 -
YUV 117.75 70.01 57.57 -
System Red Green Blue C M Y K H S L
Decimal 19 188 15 0.90 0 0.92 0.26 118.61 0.85 0.4
Hex 13 BC F 5A 0 5C 1A 77 55 28
Octal 23 274 17 132 0 134 32 167 125 50
Binary 10011 10111100 1111 1011010 0 1011100 11010 1110111 1010101 101000

Color Harmonies of #13BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BC0F

Black with #13BC0F

Text Example


Text Example

White with #13BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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