#12BF08

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

Shades of Islamic Green #12BF08

Tints of Islamic Green #12BF08

Color information

#12BF08 (or 0x12BF08) is unknown color: approx Islamic Green. HEX triplet: 12, BF and 08. RGB value is (18,191,8). Sum of RGB (Red+Green+Blue) = 18+191+8=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 191 (75% from 255 or 88.02% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BF08 is #ED40F7. Grayscale: #767676. Windows color (decimal): -15548664 or 573202. OLE color: 573202.

HSL color Cylindrical-coordinate representation of color #12BF08: hue angle of 116.72º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12BF08 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB181918-
CMYK0.9100.960.25
HSL116.72º91.96%39.02%-
HSV(B)116.72º95.81%74.9%-
XYZ18.9237.416.45-
YUV118.4165.6956.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.29%
GREEN value IS 191 (75% from 255) = 88.02%
BLUE value IS 8 (3.52% from 255) = 3.69%
R=8.29%
G=88.02%
B=3.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1819180.9100.960.25116.7291.9639.02
Hex12BF85B06019755c27
Octal222771013301403116513447
Binary100101011111110001011011011000001100111101011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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