Html Css Color HEX #13BF01 Islamic Green

📋 copy color: '#13BF01'

red 19 ◦ green 191 ◦ blue 1

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

Shades of Islamic Green #13BF01

Tints of Islamic Green #13BF01

RGB

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

 GREEN value IS 191 (75% from 255) = 90.52%

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

R = 9%
G = 90.52%
B = 0.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#13BF01 (or 0x13BF01) is known color: Islamic Green. HEX triplet: 13, BF and 01. RGB value is (19,191,1). Sum of RGB (Red+Green+Blue) = 19+191+1=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 191 (75% from 255 or 90.52% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 191 - color contains mainly: green. Hex color #13BF01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BF01 is #EC40FE. Grayscale: #767676. Windows color (decimal): -15483135 or 114451. OLE color: 114451.

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

Color convert

RGB 19 191 1 -
CMYK 0.90 0 0.99 0.25
HSL 114.32º 0.99% 0.38% -
HSV(B) 114.32º 0.99% 0.75% -
XYZ 18.9 37.4 6.25 -
YUV 117.91 62.02 57.45 -
System Red Green Blue C M Y K H S L
Decimal 19 191 1 0.90 0 0.99 0.25 114.32 0.99 0.38
Hex 13 BF 1 5A 0 63 19 72 63 26
Octal 23 277 1 132 0 143 31 162 143 46
Binary 10011 10111111 1 1011010 0 1100011 11001 1110010 1100011 100110

Color Harmonies of #13BF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BF01

Black with #13BF01

Text Example


Text Example

White with #13BF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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