Html Css Color HEX #14B218 Islamic Green

📋 copy color: '#14B218'

red 20 ◦ green 178 ◦ blue 24

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

Shades of Islamic Green #14B218

Tints of Islamic Green #14B218

RGB

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

 GREEN value IS 178 (69.92% from 255) = 80.18%

 BLUE value IS 24 (9.77% from 255) = 10.81%

R = 9.01%
G = 80.18%
B = 10.81%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#14B218 (or 0x14B218) is known color: Islamic Green. HEX triplet: 14, B2 and 18. RGB value is (20,178,24). Sum of RGB (Red+Green+Blue) = 20+178+24=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 178 (69.92% from 255 or 80.18% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 178 - color contains mainly: green. Hex color #14B218 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14B218 is #EB4DE7. Grayscale: #717171. Windows color (decimal): -15420904 or 1618452. OLE color: 1618452.

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

Color convert

RGB 20 178 24 -
CMYK 0.89 0 0.87 0.30
HSL 121.52º 0.8% 0.39% -
HSV(B) 121.52º 0.89% 0.7% -
XYZ 16.37 32.06 6.19 -
YUV 113.2 77.65 61.52 -
System Red Green Blue C M Y K H S L
Decimal 20 178 24 0.89 0 0.87 0.30 121.52 0.8 0.39
Hex 14 B2 18 59 0 57 1E 7A 50 27
Octal 24 262 30 131 0 127 36 172 120 47
Binary 10100 10110010 11000 1011001 0 1010111 11110 1111010 1010000 100111

Color Harmonies of #14B218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B218

Black with #14B218

Text Example


Text Example

White with #14B218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,178,24); }

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

background-color css

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

 a { background-color: rgb(20,178,24); }

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

border-color css

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

 span { border-color: rgb(20,178,24); }

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