Html Css Color HEX #14B911 Islamic Green

📋 copy color: '#14B911'

red 20 ◦ green 185 ◦ blue 17

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

Shades of Islamic Green #14B911

Tints of Islamic Green #14B911

RGB

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

 GREEN value IS 185 (72.66% from 255) = 83.33%

 BLUE value IS 17 (7.03% from 255) = 7.66%

R = 9.01%
G = 83.33%
B = 7.66%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#14B911 (or 0x14B911) is known color: Islamic Green. HEX triplet: 14, B9 and 11. RGB value is (20,185,17). Sum of RGB (Red+Green+Blue) = 20+185+17=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 185 (72.66% from 255 or 83.33% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 185 - color contains mainly: green. Hex color #14B911 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B911 is #EB46EE. Grayscale: #757575. Windows color (decimal): -15419119 or 1161492. OLE color: 1161492.

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

Color convert

RGB 20 185 17 -
CMYK 0.89 0 0.91 0.27
HSL 118.93º 0.83% 0.4% -
HSV(B) 118.93º 0.91% 0.73% -
XYZ 17.74 34.89 6.33 -
YUV 116.51 71.84 59.16 -
System Red Green Blue C M Y K H S L
Decimal 20 185 17 0.89 0 0.91 0.27 118.93 0.83 0.4
Hex 14 B9 11 59 0 5B 1B 77 53 28
Octal 24 271 21 131 0 133 33 167 123 50
Binary 10100 10111001 10001 1011001 0 1011011 11011 1110111 1010011 101000

Color Harmonies of #14B911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B911

Black with #14B911

Text Example


Text Example

White with #14B911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,185,17); }

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

background-color css

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

 a { background-color: rgb(20,185,17); }

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

border-color css

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

 span { border-color: rgb(20,185,17); }

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