#12BD06

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

Shades of Islamic Green #12BD06

Tints of Islamic Green #12BD06

Color information

#12BD06 (or 0x12BD06) is unknown color: approx Islamic Green. HEX triplet: 12, BD and 06. RGB value is (18,189,6). Sum of RGB (Red+Green+Blue) = 18+189+6=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 189 (74.22% from 255 or 88.73% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BD06 is #ED42F9. Grayscale: #757575. Windows color (decimal): -15549178 or 441618. OLE color: 441618.

HSL color Cylindrical-coordinate representation of color #12BD06: hue angle of 116.07º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12BD06 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB181896-
CMYK0.9000.970.26
HSL116.07º93.85%38.24%-
HSV(B)116.07º96.83%74.12%-
XYZ18.4836.546.25-
YUV117.0165.3557.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 189 (74.22% from 255) = 88.73%
BLUE value IS 6 (2.73% from 255) = 2.82%
R=8.45%
G=88.73%
B=2.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1818960.9000.970.26116.0793.8538.24
Hex12BD65A0611A745e26
Octal22275613201413216413646
Binary10010101111011101011010011000011101011101001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,189,6); }

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

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

 a { background-color: rgb(18,189,6); }

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

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

 span { border-color: rgb(18,189,6); }

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