Html Css Color HEX #13BD04 Islamic Green

📋 copy color: '#13BD04'

red 19 ◦ green 189 ◦ blue 4

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

Shades of Islamic Green #13BD04

Tints of Islamic Green #13BD04

RGB

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

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

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

R = 8.96%
G = 89.15%
B = 1.89%

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

#13BD04 (or 0x13BD04) is known color: Islamic Green. HEX triplet: 13, BD and 04. RGB value is (19,189,4). Sum of RGB (Red+Green+Blue) = 19+189+4=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 189 (74.22% from 255 or 89.15% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BD04 is #EC42FB. Grayscale: #757575. Windows color (decimal): -15483644 or 310547. OLE color: 310547.

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

Color convert

RGB 19 189 4 -
CMYK 0.90 0 0.98 0.26
HSL 115.14º 0.96% 0.38% -
HSV(B) 115.14º 0.98% 0.74% -
XYZ 18.49 36.54 6.19 -
YUV 117.08 64.18 58.04 -
System Red Green Blue C M Y K H S L
Decimal 19 189 4 0.90 0 0.98 0.26 115.14 0.96 0.38
Hex 13 BD 4 5A 0 62 1A 73 60 26
Octal 23 275 4 132 0 142 32 163 140 46
Binary 10011 10111101 100 1011010 0 1100010 11010 1110011 1100000 100110

Color Harmonies of #13BD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BD04

Black with #13BD04

Text Example


Text Example

White with #13BD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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