#14B808

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

Shades of Islamic Green #14B808

Tints of Islamic Green #14B808

Color information

#14B808 (or 0x14B808) is unknown color: approx Islamic Green. HEX triplet: 14, B8 and 08. RGB value is (20,184,8). Sum of RGB (Red+Green+Blue) = 20+184+8=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 184 (72.27% from 255 or 86.79% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 184 - color contains mainly: green. Hex color #14B808 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B808 is #EB47F7. Grayscale: #737373. Windows color (decimal): -15419384 or 571412. OLE color: 571412.

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

Color convert

RGB201848-
CMYK0.8900.960.28
HSL115.91º91.67%37.65%-
HSV(B)115.91º95.65%72.16%-
XYZ17.4734.455.96-
YUV114.967.6760.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.43%
GREEN value IS 184 (72.27% from 255) = 86.79%
BLUE value IS 8 (3.52% from 255) = 3.77%
R=9.43%
G=86.79%
B=3.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal2018480.8900.960.28115.9191.6737.65
Hex14B88590601C745c26
Octal242701013101403416413446
Binary101001011100010001011001011000001110011101001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,184,8); }

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

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

 a { background-color: rgb(20,184,8); }

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

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

 span { border-color: rgb(20,184,8); }

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