#14AC04

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

Shades of Islamic Green #14AC04

Tints of Islamic Green #14AC04

Color information

#14AC04 (or 0x14AC04) is unknown color: approx Islamic Green. HEX triplet: 14, AC and 04. RGB value is (20,172,4). Sum of RGB (Red+Green+Blue) = 20+172+4=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 172 (67.58% from 255 or 87.76% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AC04 is #EB53FB. Grayscale: #6B6B6B. Windows color (decimal): -15422460 or 306196. OLE color: 306196.

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

Color convert

RGB201724-
CMYK0.8800.980.33
HSL114.29º95.45%34.51%-
HSV(B)114.29º97.67%67.45%-
XYZ15.0629.665.05-
YUV107.469.6465.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 172 (67.58% from 255) = 87.76%
BLUE value IS 4 (1.95% from 255) = 2.04%
R=10.20%
G=87.76%
B=2.04%

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
Decimal2017240.8800.980.33114.2995.4534.51
Hex14AC45806221725f23
Octal24254413001424116213743
Binary101001010110010010110000110001010000111100101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AC04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,172,4); }

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

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

 a { background-color: rgb(20,172,4); }

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

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

 span { border-color: rgb(20,172,4); }

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