#14BF02

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

Shades of Islamic Green #14BF02

Tints of Islamic Green #14BF02

Color information

#14BF02 (or 0x14BF02) is unknown color: approx Islamic Green. HEX triplet: 14, BF and 02. RGB value is (20,191,2). Sum of RGB (Red+Green+Blue) = 20+191+2=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 191 (75% from 255 or 89.67% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BF02 is #EB40FD. Grayscale: #767676. Windows color (decimal): -15417598 or 179988. OLE color: 179988.

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

Color convert

RGB201912-
CMYK0.9000.990.25
HSL114.29º97.93%37.84%-
HSV(B)114.29º98.95%74.9%-
XYZ18.9337.416.28-
YUV118.3262.3557.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.39%
GREEN value IS 191 (75% from 255) = 89.67%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=9.39%
G=89.67%
B=0.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2019120.9000.990.25114.2997.9337.84
Hex14BF25A06319726226
Octal24277213201433116214246
Binary1010010111111101011010011000111100111100101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BF02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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