Html Css Color HEX #13B701 Islamic Green

📋 copy color: '#13B701'

red 19 ◦ green 183 ◦ blue 1

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

Shades of Islamic Green #13B701

Tints of Islamic Green #13B701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 90.15%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 9.36%
G = 90.15%
B = 0.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#13B701 (or 0x13B701) is known color: Islamic Green. HEX triplet: 13, B7 and 01. RGB value is (19,183,1). Sum of RGB (Red+Green+Blue) = 19+183+1=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 183 (71.88% from 255 or 90.15% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 183 - color contains mainly: green. Hex color #13B701 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13B701 is #EC48FE. Grayscale: #717171. Windows color (decimal): -15485183 or 112403. OLE color: 112403.

HSL color Cylindrical-coordinate representation of color #13B701: hue angle of 114.07º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13B701 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 19 183 1 -
CMYK 0.90 0 0.99 0.28
HSL 114.07º 0.99% 0.36% -
HSV(B) 114.07º 0.99% 0.72% -
XYZ 17.21 34.01 5.69 -
YUV 113.22 64.67 60.8 -
System Red Green Blue C M Y K H S L
Decimal 19 183 1 0.90 0 0.99 0.28 114.07 0.99 0.36
Hex 13 B7 1 5A 0 63 1C 72 63 24
Octal 23 267 1 132 0 143 34 162 143 44
Binary 10011 10110111 1 1011010 0 1100011 11100 1110010 1100011 100100

Color Harmonies of #13B701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B701

Black with #13B701

Text Example


Text Example

White with #13B701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,183,1); }

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

background-color css

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

 a { background-color: rgb(19,183,1); }

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

border-color css

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

 span { border-color: rgb(19,183,1); }

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