Html Css Color HEX #14B619 Islamic Green

📋 copy color: '#14B619'

red 20 ◦ green 182 ◦ blue 25

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

Shades of Islamic Green #14B619

Tints of Islamic Green #14B619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 80.18%

 BLUE value IS 25 (10.16% from 255) = 11.01%

R = 8.81%
G = 80.18%
B = 11.01%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#14B619 (or 0x14B619) is known color: Islamic Green. HEX triplet: 14, B6 and 19. RGB value is (20,182,25). Sum of RGB (Red+Green+Blue) = 20+182+25=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 182 (71.48% from 255 or 80.18% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 182 - color contains mainly: green. Hex color #14B619 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B619 is #EB49E6. Grayscale: #747474. Windows color (decimal): -15419879 or 1685012. OLE color: 1685012.

HSL color Cylindrical-coordinate representation of color #14B619: hue angle of 121.85º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B619 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 182 25 -
CMYK 0.89 0 0.86 0.29
HSL 121.85º 0.8% 0.4% -
HSV(B) 121.85º 0.89% 0.71% -
XYZ 17.19 33.67 6.51 -
YUV 115.66 76.83 59.77 -
System Red Green Blue C M Y K H S L
Decimal 20 182 25 0.89 0 0.86 0.29 121.85 0.8 0.4
Hex 14 B6 19 59 0 56 1D 7A 50 28
Octal 24 266 31 131 0 126 35 172 120 50
Binary 10100 10110110 11001 1011001 0 1010110 11101 1111010 1010000 101000

Color Harmonies of #14B619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B619

Black with #14B619

Text Example


Text Example

White with #14B619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,182,25); }

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

background-color css

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

 a { background-color: rgb(20,182,25); }

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

border-color css

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

 span { border-color: rgb(20,182,25); }

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