#13BB02

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

Shades of Islamic Green #13BB02

Tints of Islamic Green #13BB02

Color information

#13BB02 (or 0x13BB02) is unknown color: approx Islamic Green. HEX triplet: 13, BB and 02. RGB value is (19,187,2). Sum of RGB (Red+Green+Blue) = 19+187+2=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 187 (73.44% from 255 or 89.90% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 187 - color contains mainly: green. Hex color #13BB02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BB02 is #EC44FD. Grayscale: #747474. Windows color (decimal): -15484158 or 178963. OLE color: 178963.

HSL color Cylindrical-coordinate representation of color #13BB02: hue angle of 114.49º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13BB02 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB191872-
CMYK0.9000.990.27
HSL114.49º97.88%37.06%-
HSV(B)114.49º98.93%73.33%-
XYZ18.0535.685.99-
YUV115.6863.8459.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.13%
GREEN value IS 187 (73.44% from 255) = 89.90%
BLUE value IS 2 (1.17% from 255) = 0.96%
R=9.13%
G=89.90%
B=0.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1918720.9000.990.27114.4997.8837.06
Hex13BB25A0631B726225
Octal23273213201433316214245
Binary1001110111011101011010011000111101111100101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13BB02; }

 p { color: rgb(19,187,2); }

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

<style>
 a { background-color: #13BB02; }

 a { background-color: rgb(19,187,2); }

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

<style>
 span { border-color: #13BB02; }

 span { border-color: rgb(19,187,2); }

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