#13C30C

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

Shades of Islamic Green #13C30C

Tints of Islamic Green #13C30C

Color information

#13C30C (or 0x13C30C) is unknown color: approx Islamic Green. HEX triplet: 13, C3 and 0C. RGB value is (19,195,12). Sum of RGB (Red+Green+Blue) = 19+195+12=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 195 (76.56% from 255 or 86.28% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 195 - color contains mainly: green. Hex color #13C30C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C30C is #EC3CF3. Grayscale: #7A7A7A. Windows color (decimal): -15482100 or 836371. OLE color: 836371.

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

Color convert

RGB1919512-
CMYK0.9000.940.24
HSL117.7º88.41%40.59%-
HSV(B)117.7º93.85%76.47%-
XYZ19.8539.26.87-
YUV121.5166.1954.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.41%
GREEN value IS 195 (76.56% from 255) = 86.28%
BLUE value IS 12 (5.08% from 255) = 5.31%
R=8.41%
G=86.28%
B=5.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19195120.9000.940.24117.788.4140.59
Hex13C3C5A05E18765829
Octal233031413201363016613051
Binary100111100001111001011010010111101100011101101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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