Html Css Color HEX #13C30C Islamic Green

📋 copy color: '#13C30C'

red 19 ◦ green 195 ◦ blue 12

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

Shades of Islamic Green #13C30C

Tints of Islamic Green #13C30C

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 value IS 0.90

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#13C30C (or 0x13C30C) is known color: 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

RGB 19 195 12 -
CMYK 0.90 0 0.94 0.24
HSL 117.7º 0.88% 0.41% -
HSV(B) 117.7º 0.94% 0.76% -
XYZ 19.85 39.2 6.87 -
YUV 121.51 66.19 54.88 -
System Red Green Blue C M Y K H S L
Decimal 19 195 12 0.90 0 0.94 0.24 117.7 0.88 0.41
Hex 13 C3 C 5A 0 5E 18 76 58 29
Octal 23 303 14 132 0 136 30 166 130 51
Binary 10011 11000011 1100 1011010 0 1011110 11000 1110110 1011000 101001

Color Harmonies of #13C30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C30C

Black with #13C30C

Text Example


Text Example

White with #13C30C

Text Example


Text Example

HTML Codes & Css Web 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>