Html Css Color HEX #13C003 Islamic Green

📋 copy color: '#13C003'

red 19 ◦ green 192 ◦ blue 3

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

Shades of Islamic Green #13C003

Tints of Islamic Green #13C003

RGB

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

 GREEN value IS 192 (75.39% from 255) = 89.72%

 BLUE value IS 3 (1.56% from 255) = 1.4%

R = 8.88%
G = 89.72%
B = 1.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#13C003 (or 0x13C003) is known color: Islamic Green. HEX triplet: 13, C0 and 03. RGB value is (19,192,3). Sum of RGB (Red+Green+Blue) = 19+192+3=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 192 (75.39% from 255 or 89.72% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 192 - color contains mainly: green. Hex color #13C003 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C003 is #EC3FFC. Grayscale: #777777. Windows color (decimal): -15482877 or 245779. OLE color: 245779.

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

Color convert

RGB 19 192 3 -
CMYK 0.90 0 0.98 0.25
HSL 114.92º 0.97% 0.38% -
HSV(B) 114.92º 0.98% 0.75% -
XYZ 19.13 37.84 6.38 -
YUV 118.73 62.69 56.87 -
System Red Green Blue C M Y K H S L
Decimal 19 192 3 0.90 0 0.98 0.25 114.92 0.97 0.38
Hex 13 C0 3 5A 0 62 19 73 61 26
Octal 23 300 3 132 0 142 31 163 141 46
Binary 10011 11000000 11 1011010 0 1100010 11001 1110011 1100001 100110

Color Harmonies of #13C003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C003

Black with #13C003

Text Example


Text Example

White with #13C003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,192,3); }

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

background-color css

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

 a { background-color: rgb(19,192,3); }

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

border-color css

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

 span { border-color: rgb(19,192,3); }

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