#14BC06

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

Shades of Islamic Green #14BC06

Tints of Islamic Green #14BC06

Color information

#14BC06 (or 0x14BC06) is unknown color: approx Islamic Green. HEX triplet: 14, BC and 06. RGB value is (20,188,6). Sum of RGB (Red+Green+Blue) = 20+188+6=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 188 (73.83% from 255 or 87.85% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BC06 is #EB43F9. Grayscale: #757575. Windows color (decimal): -15418362 or 441364. OLE color: 441364.

HSL color Cylindrical-coordinate representation of color #14BC06: hue angle of 115.38º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #14BC06 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB201886-
CMYK0.8900.970.26
HSL115.38º93.81%38.04%-
HSV(B)115.38º96.81%73.73%-
XYZ18.336.136.18-
YUV117.0265.3458.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.35%
GREEN value IS 188 (73.83% from 255) = 87.85%
BLUE value IS 6 (2.73% from 255) = 2.80%
R=9.35%
G=87.85%
B=2.80%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2018860.8900.970.26115.3893.8138.04
Hex14BC6590611A735e26
Octal24274613101413216313646
Binary10100101111001101011001011000011101011100111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,188,6); }

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

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

 a { background-color: rgb(20,188,6); }

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

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

 span { border-color: rgb(20,188,6); }

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