Html Css Color HEX #14BA12 Islamic Green

📋 copy color: '#14BA12'

red 20 ◦ green 186 ◦ blue 18

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

Shades of Islamic Green #14BA12

Tints of Islamic Green #14BA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.04%

R = 8.93%
G = 83.04%
B = 8.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#14BA12 (or 0x14BA12) is known color: Islamic Green. HEX triplet: 14, BA and 12. RGB value is (20,186,18). Sum of RGB (Red+Green+Blue) = 20+186+18=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 186 (73.05% from 255 or 83.04% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BA12 is #EB45ED. Grayscale: #757575. Windows color (decimal): -15418862 or 1227284. OLE color: 1227284.

HSL color Cylindrical-coordinate representation of color #14BA12: hue angle of 119.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BA12 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 186 18 -
CMYK 0.89 0 0.90 0.27
HSL 119.29º 0.82% 0.4% -
HSV(B) 119.29º 0.9% 0.73% -
XYZ 17.96 35.31 6.44 -
YUV 117.21 72 58.66 -
System Red Green Blue C M Y K H S L
Decimal 20 186 18 0.89 0 0.90 0.27 119.29 0.82 0.4
Hex 14 BA 12 59 0 5A 1B 77 52 28
Octal 24 272 22 131 0 132 33 167 122 50
Binary 10100 10111010 10010 1011001 0 1011010 11011 1110111 1010010 101000

Color Harmonies of #14BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BA12

Black with #14BA12

Text Example


Text Example

White with #14BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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