#13C20F

Color #13C20F Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #13C20F

Tints of Islamic Green #13C20F

Color information

#13C20F (or 0x13C20F) is unknown color: approx Islamic Green. HEX triplet: 13, C2 and 0F. RGB value is (19,194,15). Sum of RGB (Red+Green+Blue) = 19+194+15=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 194 (76.17% from 255 or 85.09% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 194 - color contains mainly: green. Hex color #13C20F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C20F is #EC3DF0. Grayscale: #797979. Windows color (decimal): -15482353 or 1032723. OLE color: 1032723.

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

Color convert

RGB1919415-
CMYK0.9000.920.24
HSL118.66º85.65%40.98%-
HSV(B)118.66º92.27%76.08%-
XYZ19.6538.766.9-
YUV121.2768.0255.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.33%
GREEN value IS 194 (76.17% from 255) = 85.09%
BLUE value IS 15 (6.25% from 255) = 6.58%
R=8.33%
G=85.09%
B=6.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19194150.9000.920.24118.6685.6540.98
Hex13C2F5A05C18775629
Octal233021713201343016712651
Binary100111100001011111011010010111001100011101111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13C20F;
 }
 .AnyTagClassName
 {
   color: #13C20F;
 }
</style>
background-color css

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

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

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

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

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

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