Html Css Color HEX #14BA0E Islamic Green

📋 copy color: '#14BA0E'

red 20 ◦ green 186 ◦ blue 14

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

Shades of Islamic Green #14BA0E

Tints of Islamic Green #14BA0E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 84.55%

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

R = 9.09%
G = 84.55%
B = 6.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#14BA0E (or 0x14BA0E) is known color: Islamic Green. HEX triplet: 14, BA and 0E. RGB value is (20,186,14). Sum of RGB (Red+Green+Blue) = 20+186+14=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 186 (73.05% from 255 or 84.55% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BA0E is #EB45F1. Grayscale: #757575. Windows color (decimal): -15418866 or 965140. OLE color: 965140.

HSL color Cylindrical-coordinate representation of color #14BA0E: hue angle of 117.91º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14BA0E is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 186 14 -
CMYK 0.89 0 0.92 0.27
HSL 117.91º 0.86% 0.39% -
HSV(B) 117.91º 0.92% 0.73% -
XYZ 17.93 35.3 6.28 -
YUV 116.76 70 58.99 -
System Red Green Blue C M Y K H S L
Decimal 20 186 14 0.89 0 0.92 0.27 117.91 0.86 0.39
Hex 14 BA E 59 0 5C 1B 76 56 27
Octal 24 272 16 131 0 134 33 166 126 47
Binary 10100 10111010 1110 1011001 0 1011100 11011 1110110 1010110 100111

Color Harmonies of #14BA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BA0E

Black with #14BA0E

Text Example


Text Example

White with #14BA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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