Html Css Color HEX #13BD11 Islamic Green

📋 copy color: '#13BD11'

red 19 ◦ green 189 ◦ blue 17

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

Shades of Islamic Green #13BD11

Tints of Islamic Green #13BD11

RGB

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

 GREEN value IS 189 (74.22% from 255) = 84%

 BLUE value IS 17 (7.03% from 255) = 7.56%

R = 8.44%
G = 84%
B = 7.56%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#13BD11 (or 0x13BD11) is known color: Islamic Green. HEX triplet: 13, BD and 11. RGB value is (19,189,17). Sum of RGB (Red+Green+Blue) = 19+189+17=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 189 (74.22% from 255 or 84% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BD11 is #EC42EE. Grayscale: #777777. Windows color (decimal): -15483631 or 1162515. OLE color: 1162515.

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

Color convert

RGB 19 189 17 -
CMYK 0.90 0 0.91 0.26
HSL 119.3º 0.83% 0.4% -
HSV(B) 119.3º 0.91% 0.74% -
XYZ 18.57 36.57 6.61 -
YUV 118.56 70.68 56.99 -
System Red Green Blue C M Y K H S L
Decimal 19 189 17 0.90 0 0.91 0.26 119.3 0.83 0.4
Hex 13 BD 11 5A 0 5B 1A 77 53 28
Octal 23 275 21 132 0 133 32 167 123 50
Binary 10011 10111101 10001 1011010 0 1011011 11010 1110111 1010011 101000

Color Harmonies of #13BD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BD11

Black with #13BD11

Text Example


Text Example

White with #13BD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,189,17); }

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

background-color css

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

 a { background-color: rgb(19,189,17); }

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

border-color css

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

 span { border-color: rgb(19,189,17); }

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