Html Css Color HEX #14950D Islamic Green

📋 copy color: '#14950D'

red 20 ◦ green 149 ◦ blue 13

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

Shades of Islamic Green #14950D

Tints of Islamic Green #14950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 81.87%

 BLUE value IS 13 (5.47% from 255) = 7.14%

R = 10.99%
G = 81.87%
B = 7.14%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#14950D (or 0x14950D) is known color: Islamic Green. HEX triplet: 14, 95 and 0D. RGB value is (20,149,13). Sum of RGB (Red+Green+Blue) = 20+149+13=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 149 (58.59% from 255 or 81.87% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 149 - color contains mainly: green. Hex color #14950D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14950D is #EB6AF2. Grayscale: #5F5F5F. Windows color (decimal): -15428339 or 890132. OLE color: 890132.

HSL color Cylindrical-coordinate representation of color #14950D: hue angle of 116.91º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14950D is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 149 13 -
CMYK 0.87 0 0.91 0.42
HSL 116.91º 0.84% 0.32% -
HSV(B) 116.91º 0.91% 0.58% -
XYZ 11.11 21.67 3.98 -
YUV 94.93 81.76 74.56 -
System Red Green Blue C M Y K H S L
Decimal 20 149 13 0.87 0 0.91 0.42 116.91 0.84 0.32
Hex 14 95 D 57 0 5B 2A 75 54 20
Octal 24 225 15 127 0 133 52 165 124 40
Binary 10100 10010101 1101 1010111 0 1011011 101010 1110101 1010100 100000

Color Harmonies of #14950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14950D

Black with #14950D

Text Example


Text Example

White with #14950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14950D; }

 p { color: rgb(20,149,13); }

 H1.HeaderClassName
 {
   color: #14950D;
 }
 .AnyTagClassName
 {
   color: #14950D;
 }
</style>

background-color css

<style>
 a { background-color: #14950D; }

 a { background-color: rgb(20,149,13); }

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

border-color css

<style>
 span { border-color: #14950D; }

 span { border-color: rgb(20,149,13); }

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