Html Css Color HEX #13B502 Islamic Green

📋 copy color: '#13B502'

red 19 ◦ green 181 ◦ blue 2

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

Shades of Islamic Green #13B502

Tints of Islamic Green #13B502

RGB

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

 GREEN value IS 181 (71.09% from 255) = 89.6%

 BLUE value IS 2 (1.17% from 255) = 0.99%

R = 9.41%
G = 89.6%
B = 0.99%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#13B502 (or 0x13B502) is known color: Islamic Green. HEX triplet: 13, B5 and 02. RGB value is (19,181,2). Sum of RGB (Red+Green+Blue) = 19+181+2=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 181 (71.09% from 255 or 89.60% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 181 - color contains mainly: green. Hex color #13B502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13B502 is #EC4AFD. Grayscale: #707070. Windows color (decimal): -15485694 or 177427. OLE color: 177427.

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

Color convert

RGB 19 181 2 -
CMYK 0.90 0 0.99 0.29
HSL 114.3º 0.98% 0.36% -
HSV(B) 114.3º 0.99% 0.71% -
XYZ 16.8 33.19 5.58 -
YUV 112.16 65.83 61.55 -
System Red Green Blue C M Y K H S L
Decimal 19 181 2 0.90 0 0.99 0.29 114.3 0.98 0.36
Hex 13 B5 2 5A 0 63 1D 72 62 24
Octal 23 265 2 132 0 143 35 162 142 44
Binary 10011 10110101 10 1011010 0 1100011 11101 1110010 1100010 100100

Color Harmonies of #13B502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B502

Black with #13B502

Text Example


Text Example

White with #13B502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,181,2); }

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

background-color css

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

 a { background-color: rgb(19,181,2); }

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

border-color css

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

 span { border-color: rgb(19,181,2); }

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