#14BF04

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

Shades of Islamic Green #14BF04

Tints of Islamic Green #14BF04

Color information

#14BF04 (or 0x14BF04) is unknown color: approx Islamic Green. HEX triplet: 14, BF and 04. RGB value is (20,191,4). Sum of RGB (Red+Green+Blue) = 20+191+4=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 191 (75% from 255 or 88.84% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BF04 is #EB40FB. Grayscale: #777777. Windows color (decimal): -15417596 or 311060. OLE color: 311060.

HSL color Cylindrical-coordinate representation of color #14BF04: hue angle of 114.87º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14BF04 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB201914-
CMYK0.9000.980.25
HSL114.87º95.9%38.24%-
HSV(B)114.87º97.91%74.9%-
XYZ18.9437.426.34-
YUV118.5563.3557.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.30%
GREEN value IS 191 (75% from 255) = 88.84%
BLUE value IS 4 (1.95% from 255) = 1.86%
R=9.30%
G=88.84%
B=1.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2019140.9000.980.25114.8795.938.24
Hex14BF45A06219736026
Octal24277413201423116314046
Binary10100101111111001011010011000101100111100111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BF04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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