#12BF02

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

Shades of Islamic Green #12BF02

Tints of Islamic Green #12BF02

Color information

#12BF02 (or 0x12BF02) is unknown color: approx Islamic Green. HEX triplet: 12, BF and 02. RGB value is (18,191,2). Sum of RGB (Red+Green+Blue) = 18+191+2=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 191 (75% from 255 or 90.52% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BF02 is #ED40FD. Grayscale: #767676. Windows color (decimal): -15548670 or 179986. OLE color: 179986.

HSL color Cylindrical-coordinate representation of color #12BF02: hue angle of 114.92º 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 #12BF02 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB181912-
CMYK0.9100.990.25
HSL114.92º97.93%37.84%-
HSV(B)114.92º98.95%74.9%-
XYZ18.8937.396.28-
YUV117.7362.6956.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 191 (75% from 255) = 90.52%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=8.53%
G=90.52%
B=0.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1819120.9100.990.25114.9297.9337.84
Hex12BF25B06319736226
Octal22277213301433116314246
Binary1001010111111101011011011000111100111100111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BF02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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