Html Css Color HEX #14A40B Islamic Green

📋 copy color: '#14A40B'

red 20 ◦ green 164 ◦ blue 11

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

Shades of Islamic Green #14A40B

Tints of Islamic Green #14A40B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 84.1%

 BLUE value IS 11 (4.69% from 255) = 5.64%

R = 10.26%
G = 84.1%
B = 5.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#14A40B (or 0x14A40B) is known color: Islamic Green. HEX triplet: 14, A4 and 0B. RGB value is (20,164,11). Sum of RGB (Red+Green+Blue) = 20+164+11=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 164 (64.45% from 255 or 84.10% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 164 - color contains mainly: green. Hex color #14A40B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14A40B is #EB5BF4. Grayscale: #676767. Windows color (decimal): -15424501 or 762900. OLE color: 762900.

HSL color Cylindrical-coordinate representation of color #14A40B: hue angle of 116.47º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14A40B is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 164 11 -
CMYK 0.88 0 0.93 0.36
HSL 116.47º 0.87% 0.34% -
HSV(B) 116.47º 0.93% 0.64% -
XYZ 13.62 26.72 4.76 -
YUV 103.5 75.79 68.44 -
System Red Green Blue C M Y K H S L
Decimal 20 164 11 0.88 0 0.93 0.36 116.47 0.87 0.34
Hex 14 A4 B 58 0 5D 24 74 57 22
Octal 24 244 13 130 0 135 44 164 127 42
Binary 10100 10100100 1011 1011000 0 1011101 100100 1110100 1010111 100010

Color Harmonies of #14A40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A40B

Black with #14A40B

Text Example


Text Example

White with #14A40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14A40B; }

 p { color: rgb(20,164,11); }

 H1.HeaderClassName
 {
   color: #14A40B;
 }
 .AnyTagClassName
 {
   color: #14A40B;
 }
</style>

background-color css

<style>
 a { background-color: #14A40B; }

 a { background-color: rgb(20,164,11); }

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

border-color css

<style>
 span { border-color: #14A40B; }

 span { border-color: rgb(20,164,11); }

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