Html Css Color HEX #13B801 Islamic Green

📋 copy color: '#13B801'

red 19 ◦ green 184 ◦ blue 1

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

Shades of Islamic Green #13B801

Tints of Islamic Green #13B801

RGB

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

 GREEN value IS 184 (72.27% from 255) = 90.2%

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

R = 9.31%
G = 90.2%
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

#13B801 (or 0x13B801) is known color: Islamic Green. HEX triplet: 13, B8 and 01. RGB value is (19,184,1). Sum of RGB (Red+Green+Blue) = 19+184+1=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 184 (72.27% from 255 or 90.20% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 184 - color contains mainly: green. Hex color #13B801 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13B801 is #EC47FE. Grayscale: #727272. Windows color (decimal): -15484927 or 112659. OLE color: 112659.

HSL color Cylindrical-coordinate representation of color #13B801: hue angle of 114.1º 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 #13B801 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 19 184 1 -
CMYK 0.90 0 0.99 0.28
HSL 114.1º 0.99% 0.36% -
HSV(B) 114.1º 0.99% 0.72% -
XYZ 17.41 34.42 5.75 -
YUV 113.8 64.34 60.38 -
System Red Green Blue C M Y K H S L
Decimal 19 184 1 0.90 0 0.99 0.28 114.1 0.99 0.36
Hex 13 B8 1 5A 0 63 1C 72 63 24
Octal 23 270 1 132 0 143 34 162 143 44
Binary 10011 10111000 1 1011010 0 1100011 11100 1110010 1100011 100100

Color Harmonies of #13B801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B801

Black with #13B801

Text Example


Text Example

White with #13B801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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