Html Css Color HEX #13BD10 Islamic Green

📋 copy color: '#13BD10'

red 19 ◦ green 189 ◦ blue 16

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

Shades of Islamic Green #13BD10

Tints of Islamic Green #13BD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.14%

R = 8.48%
G = 84.38%
B = 7.14%

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

#13BD10 (or 0x13BD10) is known color: Islamic Green. HEX triplet: 13, BD and 10. RGB value is (19,189,16). Sum of RGB (Red+Green+Blue) = 19+189+16=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 189 (74.22% from 255 or 84.38% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BD10 is #EC42EF. Grayscale: #767676. Windows color (decimal): -15483632 or 1096979. OLE color: 1096979.

HSL color Cylindrical-coordinate representation of color #13BD10: hue angle of 118.96º degrees, saturation: 0.84, 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 #13BD10 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 189 16 -
CMYK 0.90 0 0.92 0.26
HSL 118.96º 0.84% 0.4% -
HSV(B) 118.96º 0.92% 0.74% -
XYZ 18.56 36.57 6.57 -
YUV 118.45 70.18 57.07 -
System Red Green Blue C M Y K H S L
Decimal 19 189 16 0.90 0 0.92 0.26 118.96 0.84 0.4
Hex 13 BD 10 5A 0 5C 1A 77 54 28
Octal 23 275 20 132 0 134 32 167 124 50
Binary 10011 10111101 10000 1011010 0 1011100 11010 1110111 1010100 101000

Color Harmonies of #13BD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BD10

Black with #13BD10

Text Example


Text Example

White with #13BD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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