Html Css Color HEX #14930C Islamic Green

📋 copy color: '#14930C'

red 20 ◦ green 147 ◦ blue 12

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

Shades of Islamic Green #14930C

Tints of Islamic Green #14930C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.7%

R = 11.17%
G = 82.12%
B = 6.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#14930C (or 0x14930C) is known color: Islamic Green. HEX triplet: 14, 93 and 0C. RGB value is (20,147,12). Sum of RGB (Red+Green+Blue) = 20+147+12=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 147 (57.81% from 255 or 82.12% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 147 - color contains mainly: green. Hex color #14930C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14930C is #EB6CF3. Grayscale: #5E5E5E. Windows color (decimal): -15428852 or 824084. OLE color: 824084.

HSL color Cylindrical-coordinate representation of color #14930C: hue angle of 116.44º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14930C is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 147 12 -
CMYK 0.86 0 0.92 0.42
HSL 116.44º 0.85% 0.31% -
HSV(B) 116.44º 0.92% 0.58% -
XYZ 10.79 21.04 3.84 -
YUV 93.64 81.92 75.48 -
System Red Green Blue C M Y K H S L
Decimal 20 147 12 0.86 0 0.92 0.42 116.44 0.85 0.31
Hex 14 93 C 56 0 5C 2A 74 55 1F
Octal 24 223 14 126 0 134 52 164 125 37
Binary 10100 10010011 1100 1010110 0 1011100 101010 1110100 1010101 11111

Color Harmonies of #14930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14930C

Black with #14930C

Text Example


Text Example

White with #14930C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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