#14B003

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

Shades of Islamic Green #14B003

Tints of Islamic Green #14B003

Color information

#14B003 (or 0x14B003) is unknown color: approx Islamic Green. HEX triplet: 14, B0 and 03. RGB value is (20,176,3). Sum of RGB (Red+Green+Blue) = 20+176+3=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 176 (69.14% from 255 or 88.44% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 176 - color contains mainly: green. Hex color #14B003 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14B003 is #EB4FFC. Grayscale: #6E6E6E. Windows color (decimal): -15421437 or 241684. OLE color: 241684.

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

Color convert

RGB201763-
CMYK0.8900.980.31
HSL114.1º96.65%35.1%-
HSV(B)114.1º98.3%69.02%-
XYZ15.8331.215.28-
YUV109.6367.8264.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 176 (69.14% from 255) = 88.44%
BLUE value IS 3 (1.56% from 255) = 1.51%
R=10.05%
G=88.44%
B=1.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2017630.8900.980.31114.196.6535.1
Hex14B03590621F726123
Octal24260313101423716214143
Binary1010010110000111011001011000101111111100101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,176,3); }

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

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

 a { background-color: rgb(20,176,3); }

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

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

 span { border-color: rgb(20,176,3); }

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