Html Css Color HEX #14930E Islamic Green

📋 copy color: '#14930E'

red 20 ◦ green 147 ◦ blue 14

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

Shades of Islamic Green #14930E

Tints of Islamic Green #14930E

RGB

 RED value IS 20 (8.2% from 255) = 11.05%

 GREEN value IS 147 (57.81% from 255) = 81.22%

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

R = 11.05%
G = 81.22%
B = 7.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#14930E (or 0x14930E) is known color: Islamic Green. HEX triplet: 14, 93 and 0E. RGB value is (20,147,14). Sum of RGB (Red+Green+Blue) = 20+147+14=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 147 (57.81% from 255 or 81.22% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 147 - color contains mainly: green. Hex color #14930E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14930E is #EB6CF1. Grayscale: #5E5E5E. Windows color (decimal): -15428850 or 955156. OLE color: 955156.

HSL color Cylindrical-coordinate representation of color #14930E: hue angle of 117.29º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14930E is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 147 14 -
CMYK 0.86 0 0.90 0.42
HSL 117.29º 0.83% 0.32% -
HSV(B) 117.29º 0.9% 0.58% -
XYZ 10.8 21.05 3.91 -
YUV 93.87 82.92 75.31 -
System Red Green Blue C M Y K H S L
Decimal 20 147 14 0.86 0 0.90 0.42 117.29 0.83 0.32
Hex 14 93 E 56 0 5A 2A 75 53 20
Octal 24 223 16 126 0 132 52 165 123 40
Binary 10100 10010011 1110 1010110 0 1011010 101010 1110101 1010011 100000

Color Harmonies of #14930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14930E

Black with #14930E

Text Example


Text Example

White with #14930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14930E; }

 p { color: rgb(20,147,14); }

 H1.HeaderClassName
 {
   color: #14930E;
 }
 .AnyTagClassName
 {
   color: #14930E;
 }
</style>

background-color css

<style>
 a { background-color: #14930E; }

 a { background-color: rgb(20,147,14); }

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

border-color css

<style>
 span { border-color: #14930E; }

 span { border-color: rgb(20,147,14); }

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