Html Css Color HEX #14B117 Islamic Green

📋 copy color: '#14B117'

red 20 ◦ green 177 ◦ blue 23

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

Shades of Islamic Green #14B117

Tints of Islamic Green #14B117

RGB

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

 GREEN value IS 177 (69.53% from 255) = 80.45%

 BLUE value IS 23 (9.38% from 255) = 10.45%

R = 9.09%
G = 80.45%
B = 10.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#14B117 (or 0x14B117) is known color: Islamic Green. HEX triplet: 14, B1 and 17. RGB value is (20,177,23). Sum of RGB (Red+Green+Blue) = 20+177+23=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 177 (69.53% from 255 or 80.45% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 177 - color contains mainly: green. Hex color #14B117 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14B117 is #EB4EE8. Grayscale: #707070. Windows color (decimal): -15421161 or 1552660. OLE color: 1552660.

HSL color Cylindrical-coordinate representation of color #14B117: hue angle of 121.15º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B117 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 177 23 -
CMYK 0.89 0 0.87 0.31
HSL 121.15º 0.8% 0.39% -
HSV(B) 121.15º 0.89% 0.69% -
XYZ 16.17 31.65 6.07 -
YUV 112.5 77.49 62.02 -
System Red Green Blue C M Y K H S L
Decimal 20 177 23 0.89 0 0.87 0.31 121.15 0.8 0.39
Hex 14 B1 17 59 0 57 1F 79 50 27
Octal 24 261 27 131 0 127 37 171 120 47
Binary 10100 10110001 10111 1011001 0 1010111 11111 1111001 1010000 100111

Color Harmonies of #14B117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B117

Black with #14B117

Text Example


Text Example

White with #14B117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,177,23); }

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

background-color css

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

 a { background-color: rgb(20,177,23); }

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

border-color css

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

 span { border-color: rgb(20,177,23); }

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