Html Css Color HEX #13BC04 Islamic Green

📋 copy color: '#13BC04'

red 19 ◦ green 188 ◦ blue 4

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

Shades of Islamic Green #13BC04

Tints of Islamic Green #13BC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 89.1%

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 9%
G = 89.1%
B = 1.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#13BC04 (or 0x13BC04) is known color: Islamic Green. HEX triplet: 13, BC and 04. RGB value is (19,188,4). Sum of RGB (Red+Green+Blue) = 19+188+4=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 188 (73.83% from 255 or 89.10% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BC04 is #EC43FB. Grayscale: #757575. Windows color (decimal): -15483900 or 310291. OLE color: 310291.

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

Color convert

RGB 19 188 4 -
CMYK 0.90 0 0.98 0.26
HSL 115.11º 0.96% 0.38% -
HSV(B) 115.11º 0.98% 0.74% -
XYZ 18.27 36.11 6.12 -
YUV 116.49 64.51 58.46 -
System Red Green Blue C M Y K H S L
Decimal 19 188 4 0.90 0 0.98 0.26 115.11 0.96 0.38
Hex 13 BC 4 5A 0 62 1A 73 60 26
Octal 23 274 4 132 0 142 32 163 140 46
Binary 10011 10111100 100 1011010 0 1100010 11010 1110011 1100000 100110

Color Harmonies of #13BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BC04

Black with #13BC04

Text Example


Text Example

White with #13BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,188,4); }

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

background-color css

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

 a { background-color: rgb(19,188,4); }

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

border-color css

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

 span { border-color: rgb(19,188,4); }

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