#14BB06

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

Shades of Islamic Green #14BB06

Tints of Islamic Green #14BB06

Color information

#14BB06 (or 0x14BB06) is unknown color: approx Islamic Green. HEX triplet: 14, BB and 06. RGB value is (20,187,6). Sum of RGB (Red+Green+Blue) = 20+187+6=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 187 (73.44% from 255 or 87.79% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BB06 is #EB44F9. Grayscale: #747474. Windows color (decimal): -15418618 or 441108. OLE color: 441108.

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

Color convert

RGB201876-
CMYK0.8900.970.27
HSL115.36º93.78%37.84%-
HSV(B)115.36º96.79%73.33%-
XYZ18.0935.76.11-
YUV116.4365.6759.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.39%
GREEN value IS 187 (73.44% from 255) = 87.79%
BLUE value IS 6 (2.73% from 255) = 2.82%
R=9.39%
G=87.79%
B=2.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2018760.8900.970.27115.3693.7837.84
Hex14BB6590611B735e26
Octal24273613101413316313646
Binary10100101110111101011001011000011101111100111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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