Html Css Color HEX #13BC15 Islamic Green

📋 copy color: '#13BC15'

red 19 ◦ green 188 ◦ blue 21

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

Shades of Islamic Green #13BC15

Tints of Islamic Green #13BC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.21%

R = 8.33%
G = 82.46%
B = 9.21%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#13BC15 (or 0x13BC15) is known color: Islamic Green. HEX triplet: 13, BC and 15. RGB value is (19,188,21). Sum of RGB (Red+Green+Blue) = 19+188+21=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 188 (73.83% from 255 or 82.46% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BC15 is #EC43EA. Grayscale: #767676. Windows color (decimal): -15483883 or 1424403. OLE color: 1424403.

HSL color Cylindrical-coordinate representation of color #13BC15: hue angle of 120.71º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BC15 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 188 21 -
CMYK 0.90 0 0.89 0.26
HSL 120.71º 0.82% 0.41% -
HSV(B) 120.71º 0.9% 0.74% -
XYZ 18.39 36.16 6.72 -
YUV 118.43 73.01 57.08 -
System Red Green Blue C M Y K H S L
Decimal 19 188 21 0.90 0 0.89 0.26 120.71 0.82 0.41
Hex 13 BC 15 5A 0 59 1A 79 52 29
Octal 23 274 25 132 0 131 32 171 122 51
Binary 10011 10111100 10101 1011010 0 1011001 11010 1111001 1010010 101001

Color Harmonies of #13BC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BC15

Black with #13BC15

Text Example


Text Example

White with #13BC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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