#14B719

Color #14B719 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #14B719

Tints of Islamic Green #14B719

Color information

#14B719 (or 0x14B719) is unknown color: approx Islamic Green. HEX triplet: 14, B7 and 19. RGB value is (20,183,25). Sum of RGB (Red+Green+Blue) = 20+183+25=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 183 (71.88% from 255 or 80.26% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 183 - color contains mainly: green. Hex color #14B719 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B719 is #EB48E6. Grayscale: #747474. Windows color (decimal): -15419623 or 1685268. OLE color: 1685268.

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

Color convert

RGB2018325-
CMYK0.8900.860.28
HSL121.84º80.3%39.8%-
HSV(B)121.84º89.07%71.76%-
XYZ17.434.096.58-
YUV116.2576.559.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.77%
GREEN value IS 183 (71.88% from 255) = 80.26%
BLUE value IS 25 (10.16% from 255) = 10.96%
R=8.77%
G=80.26%
B=10.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal20183250.8900.860.28121.8480.339.8
Hex14B719590561C7a5028
Octal242673113101263417212050
Binary1010010110111110011011001010101101110011110101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14B719;
 }
 .AnyTagClassName
 {
   color: #14B719;
 }
</style>
background-color css

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

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

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

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

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

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