Html Css Color HEX #13B40C Islamic Green

📋 copy color: '#13B40C'

red 19 ◦ green 180 ◦ blue 12

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

Shades of Islamic Green #13B40C

Tints of Islamic Green #13B40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 85.31%

 BLUE value IS 12 (5.08% from 255) = 5.69%

R = 9%
G = 85.31%
B = 5.69%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#13B40C (or 0x13B40C) is known color: Islamic Green. HEX triplet: 13, B4 and 0C. RGB value is (19,180,12). Sum of RGB (Red+Green+Blue) = 19+180+12=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 180 (70.70% from 255 or 85.31% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 180 - color contains mainly: green. Hex color #13B40C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13B40C is #EC4BF3. Grayscale: #717171. Windows color (decimal): -15485940 or 832531. OLE color: 832531.

HSL color Cylindrical-coordinate representation of color #13B40C: hue angle of 117.5º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13B40C is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 180 12 -
CMYK 0.89 0 0.93 0.29
HSL 117.5º 0.88% 0.38% -
HSV(B) 117.5º 0.93% 0.71% -
XYZ 16.66 32.81 5.8 -
YUV 112.71 71.16 61.16 -
System Red Green Blue C M Y K H S L
Decimal 19 180 12 0.89 0 0.93 0.29 117.5 0.88 0.38
Hex 13 B4 C 59 0 5D 1D 76 58 26
Octal 23 264 14 131 0 135 35 166 130 46
Binary 10011 10110100 1100 1011001 0 1011101 11101 1110110 1011000 100110

Color Harmonies of #13B40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B40C

Black with #13B40C

Text Example


Text Example

White with #13B40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,180,12); }

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

background-color css

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

 a { background-color: rgb(19,180,12); }

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

border-color css

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

 span { border-color: rgb(19,180,12); }

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