#14AB03

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

Shades of Islamic Green #14AB03

Tints of Islamic Green #14AB03

Color information

#14AB03 (or 0x14AB03) is unknown color: approx Islamic Green. HEX triplet: 14, AB and 03. RGB value is (20,171,3). Sum of RGB (Red+Green+Blue) = 20+171+3=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 171 (67.19% from 255 or 88.14% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AB03 is #EB54FC. Grayscale: #6B6B6B. Windows color (decimal): -15422717 or 240404. OLE color: 240404.

HSL color Cylindrical-coordinate representation of color #14AB03: hue angle of 113.93º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14AB03 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB201713-
CMYK0.8800.980.33
HSL113.93º96.55%34.12%-
HSV(B)113.93º98.25%67.06%-
XYZ14.8729.284.95-
YUV106.769.4766.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 171 (67.19% from 255) = 88.14%
BLUE value IS 3 (1.56% from 255) = 1.55%
R=10.31%
G=88.14%
B=1.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2017130.8800.980.33113.9396.5534.12
Hex14AB35806221726122
Octal24253313001424116214142
Binary10100101010111110110000110001010000111100101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AB03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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