Html Css Color HEX #13C10B Islamic Green

📋 copy color: '#13C10B'

red 19 ◦ green 193 ◦ blue 11

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

Shades of Islamic Green #13C10B

Tints of Islamic Green #13C10B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 86.55%

 BLUE value IS 11 (4.69% from 255) = 4.93%

R = 8.52%
G = 86.55%
B = 4.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#13C10B (or 0x13C10B) is known color: Islamic Green. HEX triplet: 13, C1 and 0B. RGB value is (19,193,11). Sum of RGB (Red+Green+Blue) = 19+193+11=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 193 (75.78% from 255 or 86.55% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 193 - color contains mainly: green. Hex color #13C10B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C10B is #EC3EF4. Grayscale: #787878. Windows color (decimal): -15482613 or 770323. OLE color: 770323.

HSL color Cylindrical-coordinate representation of color #13C10B: hue angle of 117.36º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13C10B is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 193 11 -
CMYK 0.90 0 0.94 0.24
HSL 117.36º 0.89% 0.4% -
HSV(B) 117.36º 0.94% 0.76% -
XYZ 19.4 38.3 6.69 -
YUV 120.23 66.35 55.8 -
System Red Green Blue C M Y K H S L
Decimal 19 193 11 0.90 0 0.94 0.24 117.36 0.89 0.4
Hex 13 C1 B 5A 0 5E 18 75 59 28
Octal 23 301 13 132 0 136 30 165 131 50
Binary 10011 11000001 1011 1011010 0 1011110 11000 1110101 1011001 101000

Color Harmonies of #13C10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C10B

Black with #13C10B

Text Example


Text Example

White with #13C10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,193,11); }

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

background-color css

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

 a { background-color: rgb(19,193,11); }

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

border-color css

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

 span { border-color: rgb(19,193,11); }

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