Html Css Color HEX #13A30E Islamic Green

📋 copy color: '#13A30E'

red 19 ◦ green 163 ◦ blue 14

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

Shades of Islamic Green #13A30E

Tints of Islamic Green #13A30E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 83.16%

 BLUE value IS 14 (5.86% from 255) = 7.14%

R = 9.69%
G = 83.16%
B = 7.14%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#13A30E (or 0x13A30E) is known color: Islamic Green. HEX triplet: 13, A3 and 0E. RGB value is (19,163,14). Sum of RGB (Red+Green+Blue) = 19+163+14=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 163 (64.06% from 255 or 83.16% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 163 - color contains mainly: green. Hex color #13A30E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A30E is #EC5CF1. Grayscale: #676767. Windows color (decimal): -15490290 or 959251. OLE color: 959251.

HSL color Cylindrical-coordinate representation of color #13A30E: hue angle of 117.99º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13A30E is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 163 14 -
CMYK 0.88 0 0.91 0.36
HSL 117.99º 0.84% 0.35% -
HSV(B) 117.99º 0.91% 0.64% -
XYZ 13.45 26.36 4.8 -
YUV 102.96 77.79 68.12 -
System Red Green Blue C M Y K H S L
Decimal 19 163 14 0.88 0 0.91 0.36 117.99 0.84 0.35
Hex 13 A3 E 58 0 5B 24 76 54 23
Octal 23 243 16 130 0 133 44 166 124 43
Binary 10011 10100011 1110 1011000 0 1011011 100100 1110110 1010100 100011

Color Harmonies of #13A30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A30E

Black with #13A30E

Text Example


Text Example

White with #13A30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,163,14); }

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

background-color css

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

 a { background-color: rgb(19,163,14); }

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

border-color css

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

 span { border-color: rgb(19,163,14); }

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