Html Css Color HEX #13B20F Islamic Green

📋 copy color: '#13B20F'

red 19 ◦ green 178 ◦ blue 15

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

Shades of Islamic Green #13B20F

Tints of Islamic Green #13B20F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 83.96%

 BLUE value IS 15 (6.25% from 255) = 7.08%

R = 8.96%
G = 83.96%
B = 7.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#13B20F (or 0x13B20F) is known color: Islamic Green. HEX triplet: 13, B2 and 0F. RGB value is (19,178,15). Sum of RGB (Red+Green+Blue) = 19+178+15=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 178 (69.92% from 255 or 83.96% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 178 - color contains mainly: green. Hex color #13B20F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13B20F is #EC4DF0. Grayscale: #707070. Windows color (decimal): -15486449 or 1028627. OLE color: 1028627.

HSL color Cylindrical-coordinate representation of color #13B20F: hue angle of 118.53º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13B20F is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 19 178 15 -
CMYK 0.89 0 0.92 0.30
HSL 118.53º 0.84% 0.38% -
HSV(B) 118.53º 0.92% 0.7% -
XYZ 16.28 32.01 5.77 -
YUV 111.88 73.32 61.75 -
System Red Green Blue C M Y K H S L
Decimal 19 178 15 0.89 0 0.92 0.30 118.53 0.84 0.38
Hex 13 B2 F 59 0 5C 1E 77 54 26
Octal 23 262 17 131 0 134 36 167 124 46
Binary 10011 10110010 1111 1011001 0 1011100 11110 1110111 1010100 100110

Color Harmonies of #13B20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B20F

Black with #13B20F

Text Example


Text Example

White with #13B20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,178,15); }

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

background-color css

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

 a { background-color: rgb(19,178,15); }

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

border-color css

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

 span { border-color: rgb(19,178,15); }

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